#337079

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

Shades of Atoll #337079

Tints of Atoll #337079

Color information

#337079 (or 0x337079) is unknown color: approx Atoll. HEX triplet: 33, 70 and 79. RGB value is (51,112,121). Sum of RGB (Red+Green+Blue) = 51+112+121=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #337079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337079 is #CC8F86. Grayscale: #5E5E5E. Windows color (decimal): -13406087 or 7958579. OLE color: 7958579.

HSL color Cylindrical-coordinate representation of color #337079: hue angle of 187.71º 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 #337079 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51112121-
CMYK0.580.0700.53
HSL187.71º40.7%33.73%-
HSV(B)187.71º57.85%47.45%-
XYZ10.6113.6720.17-
YUV94.79142.7996.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=17.96%
G=39.44%
B=42.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511121210.580.0700.53187.7140.733.73
Hex3370793A7035bc2922
Octal631601717270652745142
Binary11001111100001111001111010111011010110111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337079; }

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

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

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

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

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

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

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

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