#317782

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

Shades of Atoll #317782

Tints of Atoll #317782

Color information

#317782 (or 0x317782) is unknown color: approx Atoll. HEX triplet: 31, 77 and 82. RGB value is (49,119,130). Sum of RGB (Red+Green+Blue) = 49+119+130=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #317782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317782 is #CE887D. Grayscale: #636363. Windows color (decimal): -13535358 or 8550193. OLE color: 8550193.

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

Color convert

RGB49119130-
CMYK0.620.0800.49
HSL188.15º45.25%35.1%-
HSV(B)188.15º62.31%50.98%-
XYZ11.8915.4623.48-
YUV99.32145.3192.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=16.44%
G=39.93%
B=43.62%

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
Decimal491191300.620.0800.49188.1545.2535.1
Hex3177823E8031bc2d23
Octal6116720276100612745543
Binary1100011110111100000101111101000011000110111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317782; }

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

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

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

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

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

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

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

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