#337882

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

Shades of Atoll #337882

Tints of Atoll #337882

Color information

#337882 (or 0x337882) is unknown color: approx Atoll. HEX triplet: 33, 78 and 82. RGB value is (51,120,130). Sum of RGB (Red+Green+Blue) = 51+120+130=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #337882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337882 is #CC877D. Grayscale: #646464. Windows color (decimal): -13404030 or 8550451. OLE color: 8550451.

HSL color Cylindrical-coordinate representation of color #337882: hue angle of 187.59º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337882 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51120130-
CMYK0.610.0800.49
HSL187.59º43.65%35.49%-
HSV(B)187.59º60.77%50.98%-
XYZ12.1115.7523.52-
YUV100.51144.6492.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=16.94%
G=39.87%
B=43.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511201300.610.0800.49187.5943.6535.49
Hex3378823D8031bc2c23
Octal6317020275100612745443
Binary1100111111000100000101111011000011000110111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337882; }

 p { color: rgb(51,120,130); }

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

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

 a { background-color: rgb(51,120,130); }

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

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

 span { border-color: rgb(51,120,130); }

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