#317681

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

Shades of Atoll #317681

Tints of Atoll #317681

Color information

#317681 (or 0x317681) is unknown color: approx Atoll. HEX triplet: 31, 76 and 81. RGB value is (49,118,129). Sum of RGB (Red+Green+Blue) = 49+118+129=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #317681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317681 is #CE897E. Grayscale: #626262. Windows color (decimal): -13535615 or 8484401. OLE color: 8484401.

HSL color Cylindrical-coordinate representation of color #317681: hue angle of 188.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317681 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49118129-
CMYK0.620.0900.49
HSL188.25º44.94%34.9%-
HSV(B)188.25º62.02%50.59%-
XYZ11.7115.1923.08-
YUV98.62145.1492.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=16.55%
G=39.86%
B=43.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491181290.620.0900.49188.2544.9434.9
Hex3176813E9031bc2d23
Octal6116620176110612745543
Binary1100011110110100000011111101001011000110111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317681; }

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

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

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

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

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

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

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

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