#337A84

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

Shades of Atoll #337A84

Tints of Atoll #337A84

Color information

#337A84 (or 0x337A84) is unknown color: approx Atoll. HEX triplet: 33, 7A and 84. RGB value is (51,122,132). Sum of RGB (Red+Green+Blue) = 51+122+132=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #337A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A84 is #CC857B. Grayscale: #656565. Windows color (decimal): -13403516 or 8682035. OLE color: 8682035.

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

Color convert

RGB51122132-
CMYK0.610.0800.48
HSL187.41º44.26%35.88%-
HSV(B)187.41º61.36%51.76%-
XYZ12.4916.2924.32-
YUV101.91144.9891.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=16.72%
G=40%
B=43.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511221320.610.0800.48187.4144.2635.88
Hex337A843D8030bb2c24
Octal6317220475100602735444
Binary1100111111010100001001111011000011000010111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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