#317679

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

Shades of Atoll #317679

Tints of Atoll #317679

Color information

#317679 (or 0x317679) is unknown color: approx Atoll. HEX triplet: 31, 76 and 79. RGB value is (49,118,121). Sum of RGB (Red+Green+Blue) = 49+118+121=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 118 (46.48% from 255 or 40.97% 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 #317679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317679 is #CE8986. Grayscale: #616161. Windows color (decimal): -13535623 or 7960113. OLE color: 7960113.

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

Color convert

RGB49118121-
CMYK0.600.0200.53
HSL182.5º42.35%33.33%-
HSV(B)182.5º59.5%47.45%-
XYZ11.214.9920.39-
YUV97.71141.1493.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=17.01%
G=40.97%
B=42.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491181210.600.0200.53182.542.3533.33
Hex3176793C2035b62a21
Octal611661717420652665241
Binary1100011110110111100111110010011010110110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317679; }

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

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

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

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

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

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

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

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