#337E85

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

Shades of Atoll #337E85

Tints of Atoll #337E85

Color information

#337E85 (or 0x337E85) is unknown color: approx Atoll. HEX triplet: 33, 7E and 85. RGB value is (51,126,133). Sum of RGB (Red+Green+Blue) = 51+126+133=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #337E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E85 is #CC817A. Grayscale: #686868. Windows color (decimal): -13402491 or 8748595. OLE color: 8748595.

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

Color convert

RGB51126133-
CMYK0.620.0500.48
HSL185.12º44.57%36.08%-
HSV(B)185.12º61.65%52.16%-
XYZ13.0617.3224.84-
YUV104.37144.1589.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=16.45%
G=40.65%
B=42.90%

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
Decimal511261330.620.0500.48185.1244.5736.08
Hex337E853E5030b92d24
Octal631762057650602715544
Binary110011111111010000101111110101011000010111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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