#337379

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

Shades of Atoll #337379

Tints of Atoll #337379

Color information

#337379 (or 0x337379) is unknown color: approx Atoll. HEX triplet: 33, 73 and 79. RGB value is (51,115,121). Sum of RGB (Red+Green+Blue) = 51+115+121=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #337379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337379 is #CC8C86. Grayscale: #606060. Windows color (decimal): -13405319 or 7959347. OLE color: 7959347.

HSL color Cylindrical-coordinate representation of color #337379: hue angle of 185.14º 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 #337379 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51115121-
CMYK0.580.0500.53
HSL185.14º40.7%33.73%-
HSV(B)185.14º57.85%47.45%-
XYZ10.9514.3520.28-
YUV96.55141.895.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=17.77%
G=40.07%
B=42.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511151210.580.0500.53185.1440.733.73
Hex3373793A5035b92922
Octal631631717250652715142
Binary11001111100111111001111010101011010110111001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337379; }

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

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

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

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

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

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

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

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