#337F86

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

Shades of Atoll #337F86

Tints of Atoll #337F86

Color information

#337F86 (or 0x337F86) is unknown color: approx Atoll. HEX triplet: 33, 7F and 86. RGB value is (51,127,134). Sum of RGB (Red+Green+Blue) = 51+127+134=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #337F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F86 is #CC8079. Grayscale: #686868. Windows color (decimal): -13402234 or 8814387. OLE color: 8814387.

HSL color Cylindrical-coordinate representation of color #337F86: hue angle of 185.06º 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 #337F86 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51127134-
CMYK0.620.0500.47
HSL185.06º44.86%36.27%-
HSV(B)185.06º61.94%52.55%-
XYZ13.2617.625.25-
YUV105.07144.3289.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=16.35%
G=40.71%
B=42.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511271340.620.0500.47185.0644.8636.27
Hex337F863E502Fb92d24
Octal631772067650572715544
Binary110011111111110000110111110101010111110111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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