#337E84

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

Shades of Atoll #337E84

Tints of Atoll #337E84

Color information

#337E84 (or 0x337E84) is unknown color: approx Atoll. HEX triplet: 33, 7E and 84. RGB value is (51,126,132). Sum of RGB (Red+Green+Blue) = 51+126+132=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #337E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E84 is #CC817B. Grayscale: #686868. Windows color (decimal): -13402492 or 8683059. OLE color: 8683059.

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

Color convert

RGB51126132-
CMYK0.610.0500.48
HSL184.44º44.26%35.88%-
HSV(B)184.44º61.36%51.76%-
XYZ12.9917.2924.48-
YUV104.26143.6590.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 126 (49.61% from 255) = 40.78%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=16.50%
G=40.78%
B=42.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511261320.610.0500.48184.4444.2635.88
Hex337E843D5030b82c24
Octal631762047550602705444
Binary110011111111010000100111101101011000010111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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