#2F818C

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

Shades of Atoll #2F818C

Tints of Atoll #2F818C

Color information

#2F818C (or 0x2F818C) is unknown color: approx Atoll. HEX triplet: 2F, 81 and 8C. RGB value is (47,129,140). Sum of RGB (Red+Green+Blue) = 47+129+140=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F818C is #D07E73. Grayscale: #696969. Windows color (decimal): -13663860 or 9208111. OLE color: 9208111.

HSL color Cylindrical-coordinate representation of color #2F818C: hue angle of 187.1º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F818C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47129140-
CMYK0.660.0800.45
HSL187.1º49.73%36.67%-
HSV(B)187.1º66.43%54.9%-
XYZ13.7618.227.6-
YUV105.74147.3386.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=14.87%
G=40.82%
B=44.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471291400.660.0800.45187.149.7336.67
Hex2F818C42802Dbb3225
Octal57201214102100552736245
Binary101111100000011000110010000101000010110110111011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,129,140); }

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

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

 a { background-color: rgb(47,129,140); }

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

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

 span { border-color: rgb(47,129,140); }

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