#316B88

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

Shades of Astral #316B88

Tints of Astral #316B88

Color information

#316B88 (or 0x316B88) is unknown color: approx Astral. HEX triplet: 31, 6B and 88. RGB value is (49,107,136). Sum of RGB (Red+Green+Blue) = 49+107+136=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #316B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B88 is #CE9477. Grayscale: #5C5C5C. Windows color (decimal): -13538424 or 8940337. OLE color: 8940337.

HSL color Cylindrical-coordinate representation of color #316B88: hue angle of 200º 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 #316B88 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49107136-
CMYK0.640.2100.47
HSL200º47.03%36.27%-
HSV(B)200º63.97%53.33%-
XYZ10.9712.9525.21-
YUV92.96152.2896.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=16.78%
G=36.64%
B=46.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491071360.640.2100.4720047.0336.27
Hex316B88401502Fc82f24
Octal61153210100250573105744
Binary110001110101110001000100000010101010111111001000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B88; }

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

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

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

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

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

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

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

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