#2F838C

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

Shades of Atoll #2F838C

Tints of Atoll #2F838C

Color information

#2F838C (or 0x2F838C) is unknown color: approx Atoll. HEX triplet: 2F, 83 and 8C. RGB value is (47,131,140). Sum of RGB (Red+Green+Blue) = 47+131+140=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F838C is #D07C73. Grayscale: #6A6A6A. Windows color (decimal): -13663348 or 9208623. OLE color: 9208623.

HSL color Cylindrical-coordinate representation of color #2F838C: hue angle of 185.81º 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 #2F838C is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB47131140-
CMYK0.660.0600.45
HSL185.81º49.73%36.67%-
HSV(B)185.81º66.43%54.9%-
XYZ14.0218.7327.69-
YUV106.91146.6785.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=14.78%
G=41.19%
B=44.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471311400.660.0600.45185.8149.7336.67
Hex2F838C42602Dba3225
Octal5720321410260552726245
Binary10111110000011100011001000010110010110110111010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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