#317179

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

Shades of Atoll #317179

Tints of Atoll #317179

Color information

#317179 (or 0x317179) is unknown color: approx Atoll. HEX triplet: 31, 71 and 79. RGB value is (49,113,121). Sum of RGB (Red+Green+Blue) = 49+113+121=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #317179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317179 is #CE8E86. Grayscale: #5E5E5E. Windows color (decimal): -13536903 or 7958833. OLE color: 7958833.

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

Color convert

RGB49113121-
CMYK0.600.0700.53
HSL186.67º42.35%33.33%-
HSV(B)186.67º59.5%47.45%-
XYZ10.6213.8420.2-
YUV94.78142.895.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=17.31%
G=39.93%
B=42.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491131210.600.0700.53186.6742.3533.33
Hex3171793C7035bb2a21
Octal611611717470652735241
Binary11000111100011111001111100111011010110111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317179; }

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

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

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

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

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

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

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

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