#2F83A7

Color #2F83A7 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2F83A7

Tints of Scooter #2F83A7

Color information

#2F83A7 (or 0x2F83A7) is unknown color: approx Scooter. HEX triplet: 2F, 83 and A7. RGB value is (47,131,167). Sum of RGB (Red+Green+Blue) = 47+131+167=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #2F83A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F83A7 is #D07C58. Grayscale: #6D6D6D. Windows color (decimal): -13663321 or 10978095. OLE color: 10978095.

HSL color Cylindrical-coordinate representation of color #2F83A7: hue angle of 198º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F83A7 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB47131167-
CMYK0.720.2200.35
HSL198º56.07%41.96%-
HSV(B)198º71.86%65.49%-
XYZ16.2619.6339.49-
YUV109.99160.1783.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 167 (65.62% from 255) = 48.41%
R=13.62%
G=37.97%
B=48.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471311670.720.2200.3519856.0741.96
Hex2F83A74816023c6382a
Octal57203247110260433067052
Binary1011111000001110100111100100010110010001111000110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F83A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F83A7; }

 p { color: rgb(47,131,167); }

 H1.HeaderClassName
 {
   color: #2F83A7;
 }
 .AnyTagClassName
 {
   color: #2F83A7;
 }
</style>
background-color css

<style>
 a { background-color: #2F83A7; }

 a { background-color: rgb(47,131,167); }

 div.DivClassName
 {
   background-color: #2F83A7;
 }
 .BgClassName
 {
   background-color: #2F83A7;
 }
</style>
border-color css

<style>
 span { border-color: #2F83A7; }

 span { border-color: rgb(47,131,167); }

 td.TdClassName
 {
   border-color: #2F83A7;
 }
 .TagClassName
 {
   border-color: #2F83A7;
 }
</style>