Html Css Color HEX #316C90 Astral

📋 copy color: '#316C90'

red 49 ◦ green 108 ◦ blue 144

#316C90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #316C90

Tints of Astral #316C90

RGB

 RED value IS 49 (19.53% from 255) = 16.28%

 GREEN value IS 108 (42.58% from 255) = 35.88%

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 16.28%
G = 35.88%
B = 47.84%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#316C90 (or 0x316C90) is known color: Astral. HEX triplet: 31, 6C and 90. RGB value is (49,108,144). Sum of RGB (Red+Green+Blue) = 49+108+144=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #316C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C90 is #CE936F. Grayscale: #5E5E5E. Windows color (decimal): -13538160 or 9464881. OLE color: 9464881.

HSL color Cylindrical-coordinate representation of color #316C90: hue angle of 202.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316C90 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 108 144 -
CMYK 0.66 0.25 0 0.44
HSL 202.74º 0.49% 0.38% -
HSV(B) 202.74º 0.66% 0.56% -
XYZ 11.66 13.39 28.36 -
YUV 94.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 49 108 144 0.66 0.25 0 0.44 202.74 0.49 0.38
Hex 31 6C 90 42 19 0 2C CB 31 26
Octal 61 154 220 102 31 0 54 313 61 46
Binary 110001 1101100 10010000 1000010 11001 0 101100 11001011 110001 100110

Color Harmonies of #316C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C90

Black with #316C90

Text Example


Text Example

White with #316C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,144); }

 H1.HeaderClassName
 {
   color: #316C90;
 }
 .AnyTagClassName
 {
   color: #316C90;
 }
</style>

background-color css

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

 a { background-color: rgb(49,108,144); }

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

border-color css

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

 span { border-color: rgb(49,108,144); }

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