#337077

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

Shades of Atoll #337077

Tints of Atoll #337077

Color information

#337077 (or 0x337077) is unknown color: approx Atoll. HEX triplet: 33, 70 and 77. RGB value is (51,112,119). Sum of RGB (Red+Green+Blue) = 51+112+119=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #337077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337077 is #CC8F88. Grayscale: #5E5E5E. Windows color (decimal): -13406089 or 7827507. OLE color: 7827507.

HSL color Cylindrical-coordinate representation of color #337077: hue angle of 186.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337077 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51112119-
CMYK0.570.0600.53
HSL186.18º40%33.33%-
HSV(B)186.18º57.14%46.67%-
XYZ10.4913.6219.53-
YUV94.56141.7996.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=18.09%
G=39.72%
B=42.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511121190.570.0600.53186.184033.33
Hex337077396035ba2821
Octal631601677160652725041
Binary11001111100001110111111001110011010110111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337077; }

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

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

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

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

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

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

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

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