#337076

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

Shades of Atoll #337076

Tints of Atoll #337076

Color information

#337076 (or 0x337076) is unknown color: approx Atoll. HEX triplet: 33, 70 and 76. RGB value is (51,112,118). Sum of RGB (Red+Green+Blue) = 51+112+118=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #337076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337076 is #CC8F89. Grayscale: #5E5E5E. Windows color (decimal): -13406090 or 7761971. OLE color: 7761971.

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

Color convert

RGB51112118-
CMYK0.570.0500.54
HSL185.37º39.64%33.14%-
HSV(B)185.37º56.78%46.27%-
XYZ10.4313.619.21-
YUV94.44141.2997.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=18.15%
G=39.86%
B=41.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511121180.570.0500.54185.3739.6433.14
Hex337076395036b92821
Octal631601667150662715041
Binary11001111100001110110111001101011011010111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337076; }

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

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

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

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

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

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

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

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