#2F7374

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

Shades of Atoll #2F7374

Tints of Atoll #2F7374

Color information

#2F7374 (or 0x2F7374) is unknown color: approx Atoll. HEX triplet: 2F, 73 and 74. RGB value is (47,115,116). Sum of RGB (Red+Green+Blue) = 47+115+116=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F7374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7374 is #D08C8B. Grayscale: #5E5E5E. Windows color (decimal): -13667468 or 7631663. OLE color: 7631663.

HSL color Cylindrical-coordinate representation of color #2F7374: hue angle of 180.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7374 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB47115116-
CMYK0.590.0100.55
HSL180.87º42.33%31.96%-
HSV(B)180.87º59.48%45.49%-
XYZ10.4614.1318.7-
YUV94.78139.9793.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=16.91%
G=41.37%
B=41.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471151160.590.0100.55180.8742.3331.96
Hex2F73743B1037b52a20
Octal571631647310672655240
Binary101111111001111101001110111011011110110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,115,116); }

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

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

 a { background-color: rgb(47,115,116); }

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

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

 span { border-color: rgb(47,115,116); }

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