#337A86

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

Shades of Atoll #337A86

Tints of Atoll #337A86

Color information

#337A86 (or 0x337A86) is unknown color: approx Atoll. HEX triplet: 33, 7A and 86. RGB value is (51,122,134). Sum of RGB (Red+Green+Blue) = 51+122+134=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #337A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A86 is #CC8579. Grayscale: #666666. Windows color (decimal): -13403514 or 8813107. OLE color: 8813107.

HSL color Cylindrical-coordinate representation of color #337A86: hue angle of 188.67º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337A86 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51122134-
CMYK0.620.0900.47
HSL188.67º44.86%36.27%-
HSV(B)188.67º61.94%52.55%-
XYZ12.6316.3425.04-
YUV102.14145.9891.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=16.61%
G=39.74%
B=43.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511221340.620.0900.47188.6744.8636.27
Hex337A863E902Fbd2d24
Octal6317220676110572755544
Binary1100111111010100001101111101001010111110111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A86; }

 p { color: rgb(51,122,134); }

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

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

 a { background-color: rgb(51,122,134); }

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

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

 span { border-color: rgb(51,122,134); }

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