#337C81

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

Shades of Atoll #337C81

Tints of Atoll #337C81

Color information

#337C81 (or 0x337C81) is unknown color: approx Atoll. HEX triplet: 33, 7C and 81. RGB value is (51,124,129). Sum of RGB (Red+Green+Blue) = 51+124+129=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #337C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C81 is #CC837E. Grayscale: #666666. Windows color (decimal): -13403007 or 8485939. OLE color: 8485939.

HSL color Cylindrical-coordinate representation of color #337C81: hue angle of 183.85º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337C81 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51124129-
CMYK0.600.0400.49
HSL183.85º43.33%35.29%-
HSV(B)183.85º60.47%50.59%-
XYZ12.5416.723.33-
YUV102.74142.8291.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=16.78%
G=40.79%
B=42.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511241290.600.0400.49183.8543.3335.29
Hex337C813C4031b82b23
Octal631742017440612705343
Binary110011111110010000001111100100011000110111000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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