#336F79

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

Shades of Atoll #336F79

Tints of Atoll #336F79

Color information

#336F79 (or 0x336F79) is unknown color: approx Atoll. HEX triplet: 33, 6F and 79. RGB value is (51,111,121). Sum of RGB (Red+Green+Blue) = 51+111+121=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #336F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F79 is #CC9086. Grayscale: #5E5E5E. Windows color (decimal): -13406343 or 7958323. OLE color: 7958323.

HSL color Cylindrical-coordinate representation of color #336F79: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336F79 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51111121-
CMYK0.580.0800.53
HSL188.57º40.7%33.73%-
HSV(B)188.57º57.85%47.45%-
XYZ10.513.4520.13-
YUV94.2143.1297.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=18.02%
G=39.22%
B=42.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511111210.580.0800.53188.5740.733.73
Hex336F793A8035bd2922
Octal6315717172100652755142
Binary110011110111111110011110101000011010110111101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F79; }

 p { color: rgb(51,111,121); }

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

<style>
 a { background-color: #336F79; }

 a { background-color: rgb(51,111,121); }

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

<style>
 span { border-color: #336F79; }

 span { border-color: rgb(51,111,121); }

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