#317382

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

Shades of Astral #317382

Tints of Astral #317382

Color information

#317382 (or 0x317382) is unknown color: approx Astral. HEX triplet: 31, 73 and 82. RGB value is (49,115,130). Sum of RGB (Red+Green+Blue) = 49+115+130=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #317382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317382 is #CE8C7D. Grayscale: #606060. Windows color (decimal): -13536382 or 8549169. OLE color: 8549169.

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

Color convert

RGB49115130-
CMYK0.620.1200.49
HSL191.11º45.25%35.1%-
HSV(B)191.11º62.31%50.98%-
XYZ11.4314.5323.32-
YUV96.98146.6393.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=16.67%
G=39.12%
B=44.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491151300.620.1200.49191.1145.2535.1
Hex3173823EC031bf2d23
Octal6116320276140612775543
Binary1100011110011100000101111101100011000110111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317382; }

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

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

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

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

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

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

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

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