#317379

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

Shades of Atoll #317379

Tints of Atoll #317379

Color information

#317379 (or 0x317379) is unknown color: approx Atoll. HEX triplet: 31, 73 and 79. RGB value is (49,115,121). Sum of RGB (Red+Green+Blue) = 49+115+121=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #317379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317379 is #CE8C86. Grayscale: #5F5F5F. Windows color (decimal): -13536391 or 7959345. OLE color: 7959345.

HSL color Cylindrical-coordinate representation of color #317379: hue angle of 185º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317379 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49115121-
CMYK0.600.0500.53
HSL185º42.35%33.33%-
HSV(B)185º59.5%47.45%-
XYZ10.8514.2920.28-
YUV95.95142.1394.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=17.19%
G=40.35%
B=42.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491151210.600.0500.5318542.3533.33
Hex3173793C5035b92a21
Octal611631717450652715241
Binary11000111100111111001111100101011010110111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317379; }

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

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

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

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

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

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

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

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