Html Css Color HEX #316690 Astral

📋 copy color: '#316690'

red 49 ◦ green 102 ◦ blue 144

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

Shades of Astral #316690

Tints of Astral #316690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

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

R = 16.61%
G = 34.58%
B = 48.81%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#316690 (or 0x316690) is known color: Astral. HEX triplet: 31, 66 and 90. RGB value is (49,102,144). Sum of RGB (Red+Green+Blue) = 49+102+144=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #316690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316690 is #CE996F. Grayscale: #5A5A5A. Windows color (decimal): -13539696 or 9463345. OLE color: 9463345.

HSL color Cylindrical-coordinate representation of color #316690: hue angle of 206.53º 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 #316690 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 102 144 -
CMYK 0.66 0.29 0 0.44
HSL 206.53º 0.49% 0.38% -
HSV(B) 206.53º 0.66% 0.56% -
XYZ 11.05 12.17 28.15 -
YUV 90.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 49 102 144 0.66 0.29 0 0.44 206.53 0.49 0.38
Hex 31 66 90 42 1D 0 2C CF 31 26
Octal 61 146 220 102 35 0 54 317 61 46
Binary 110001 1100110 10010000 1000010 11101 0 101100 11001111 110001 100110

Color Harmonies of #316690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316690

Black with #316690

Text Example


Text Example

White with #316690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316690; }

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

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

background-color css

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

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

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

border-color css

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

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

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