#316788

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

Shades of Astral #316788

Tints of Astral #316788

Color information

#316788 (or 0x316788) is unknown color: approx Astral. HEX triplet: 31, 67 and 88. RGB value is (49,103,136). Sum of RGB (Red+Green+Blue) = 49+103+136=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #316788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316788 is #CE9877. Grayscale: #5A5A5A. Windows color (decimal): -13539448 or 8939313. OLE color: 8939313.

HSL color Cylindrical-coordinate representation of color #316788: hue angle of 202.76º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316788 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49103136-
CMYK0.640.2400.47
HSL202.76º47.03%36.27%-
HSV(B)202.76º63.97%53.33%-
XYZ10.5612.1325.08-
YUV90.62153.6198.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=17.01%
G=35.76%
B=47.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491031360.640.2400.47202.7647.0336.27
Hex316788401802Fcb2f24
Octal61147210100300573135744
Binary110001110011110001000100000011000010111111001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316788; }

 p { color: rgb(49,103,136); }

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

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

 a { background-color: rgb(49,103,136); }

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

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

 span { border-color: rgb(49,103,136); }

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