#337479

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

Shades of Atoll #337479

Tints of Atoll #337479

Color information

#337479 (or 0x337479) is unknown color: approx Atoll. HEX triplet: 33, 74 and 79. RGB value is (51,116,121). Sum of RGB (Red+Green+Blue) = 51+116+121=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #337479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337479 is #CC8B86. Grayscale: #616161. Windows color (decimal): -13405063 or 7959603. OLE color: 7959603.

HSL color Cylindrical-coordinate representation of color #337479: hue angle of 184.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337479 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51116121-
CMYK0.580.0400.53
HSL184.29º40.7%33.73%-
HSV(B)184.29º57.85%47.45%-
XYZ11.0614.5820.32-
YUV97.14141.4795.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=17.71%
G=40.28%
B=42.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511161210.580.0400.53184.2940.733.73
Hex3374793A4035b82922
Octal631641717240652705142
Binary11001111101001111001111010100011010110111000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337479; }

 p { color: rgb(51,116,121); }

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

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

 a { background-color: rgb(51,116,121); }

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

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

 span { border-color: rgb(51,116,121); }

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