#317882

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

Shades of Atoll #317882

Tints of Atoll #317882

Color information

#317882 (or 0x317882) is unknown color: approx Atoll. HEX triplet: 31, 78 and 82. RGB value is (49,120,130). Sum of RGB (Red+Green+Blue) = 49+120+130=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #317882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317882 is #CE877D. Grayscale: #636363. Windows color (decimal): -13535102 or 8550449. OLE color: 8550449.

HSL color Cylindrical-coordinate representation of color #317882: hue angle of 187.41º 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 #317882 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49120130-
CMYK0.620.0800.49
HSL187.41º45.25%35.1%-
HSV(B)187.41º62.31%50.98%-
XYZ12.0115.723.52-
YUV99.91144.9891.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=16.39%
G=40.13%
B=43.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491201300.620.0800.49187.4145.2535.1
Hex3178823E8031bb2d23
Octal6117020276100612735543
Binary1100011111000100000101111101000011000110111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317882; }

 p { color: rgb(49,120,130); }

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

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

 a { background-color: rgb(49,120,130); }

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

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

 span { border-color: rgb(49,120,130); }

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