#2F8596

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

Shades of Scooter #2F8596

Tints of Scooter #2F8596

Color information

#2F8596 (or 0x2F8596) is unknown color: approx Scooter. HEX triplet: 2F, 85 and 96. RGB value is (47,133,150). Sum of RGB (Red+Green+Blue) = 47+133+150=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F8596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8596 is #D07A69. Grayscale: #6D6D6D. Windows color (decimal): -13662826 or 9864495. OLE color: 9864495.

HSL color Cylindrical-coordinate representation of color #2F8596: hue angle of 189.9º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8596 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47133150-
CMYK0.690.1100.41
HSL189.9º52.28%38.63%-
HSV(B)189.9º68.67%58.82%-
XYZ15.0619.5831.84-
YUV109.22151.0183.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.24%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=14.24%
G=40.30%
B=45.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471331500.690.1100.41189.952.2838.63
Hex2F859645B029be3427
Octal57205226105130512766447
Binary101111100001011001011010001011011010100110111110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,133,150); }

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

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

 a { background-color: rgb(47,133,150); }

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

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

 span { border-color: rgb(47,133,150); }

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