#337C85

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

Shades of Atoll #337C85

Tints of Atoll #337C85

Color information

#337C85 (or 0x337C85) is unknown color: approx Atoll. HEX triplet: 33, 7C and 85. RGB value is (51,124,133). Sum of RGB (Red+Green+Blue) = 51+124+133=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #337C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C85 is #CC837A. Grayscale: #676767. Windows color (decimal): -13403003 or 8748083. OLE color: 8748083.

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

Color convert

RGB51124133-
CMYK0.620.0700.48
HSL186.59º44.57%36.08%-
HSV(B)186.59º61.65%52.16%-
XYZ12.8116.8124.76-
YUV103.2144.8290.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=16.56%
G=40.26%
B=43.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511241330.620.0700.48186.5944.5736.08
Hex337C853E7030bb2d24
Octal631742057670602735544
Binary110011111110010000101111110111011000010111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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