#317484

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

Shades of Astral #317484

Tints of Astral #317484

Color information

#317484 (or 0x317484) is unknown color: approx Astral. HEX triplet: 31, 74 and 84. RGB value is (49,116,132). Sum of RGB (Red+Green+Blue) = 49+116+132=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #317484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317484 is #CE8B7B. Grayscale: #616161. Windows color (decimal): -13536124 or 8680497. OLE color: 8680497.

HSL color Cylindrical-coordinate representation of color #317484: hue angle of 191.57º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317484 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB49116132-
CMYK0.630.1200.48
HSL191.57º45.86%35.49%-
HSV(B)191.57º62.88%51.76%-
XYZ11.6814.8124.07-
YUV97.79147.393.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=16.50%
G=39.06%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491161320.630.1200.48191.5745.8635.49
Hex3174843FC030c02e23
Octal6116420477140603005643
Binary1100011110100100001001111111100011000011000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317484; }

 p { color: rgb(49,116,132); }

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

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

 a { background-color: rgb(49,116,132); }

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

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

 span { border-color: rgb(49,116,132); }

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