#337F85

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

Shades of Atoll #337F85

Tints of Atoll #337F85

Color information

#337F85 (or 0x337F85) is unknown color: approx Atoll. HEX triplet: 33, 7F and 85. RGB value is (51,127,133). Sum of RGB (Red+Green+Blue) = 51+127+133=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #337F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F85 is #CC807A. Grayscale: #686868. Windows color (decimal): -13402235 or 8748851. OLE color: 8748851.

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

Color convert

RGB51127133-
CMYK0.620.0500.48
HSL184.39º44.57%36.08%-
HSV(B)184.39º61.65%52.16%-
XYZ13.1917.5824.89-
YUV104.96143.8289.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=16.40%
G=40.84%
B=42.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511271330.620.0500.48184.3944.5736.08
Hex337F853E5030b82d24
Octal631772057650602705544
Binary110011111111110000101111110101011000010111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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