#2F8896

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

Shades of Scooter #2F8896

Tints of Scooter #2F8896

Color information

#2F8896 (or 0x2F8896) is unknown color: approx Scooter. HEX triplet: 2F, 88 and 96. RGB value is (47,136,150). Sum of RGB (Red+Green+Blue) = 47+136+150=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F8896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8896 is #D07769. Grayscale: #6E6E6E. Windows color (decimal): -13662058 or 9865263. OLE color: 9865263.

HSL color Cylindrical-coordinate representation of color #2F8896: hue angle of 188.16º 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 #2F8896 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47136150-
CMYK0.690.0900.41
HSL188.16º52.28%38.63%-
HSV(B)188.16º68.67%58.82%-
XYZ15.4820.4131.98-
YUV110.98150.0182.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.11%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=14.11%
G=40.84%
B=45.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471361500.690.0900.41188.1652.2838.63
Hex2F8896459029bc3427
Octal57210226105110512746447
Binary101111100010001001011010001011001010100110111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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