Html Css Color HEX #316581 Astral

📋 copy color: '#316581'

red 49 ◦ green 101 ◦ blue 129

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

Shades of Astral #316581

Tints of Astral #316581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 17.56%
G = 36.2%
B = 46.24%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316581 (or 0x316581) is known color: Astral. HEX triplet: 31, 65 and 81. RGB value is (49,101,129). Sum of RGB (Red+Green+Blue) = 49+101+129=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #316581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316581 is #CE9A7E. Grayscale: #585858. Windows color (decimal): -13539967 or 8480049. OLE color: 8480049.

HSL color Cylindrical-coordinate representation of color #316581: hue angle of 201º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316581 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 101 129 -
CMYK 0.62 0.22 0 0.49
HSL 201º 0.45% 0.35% -
HSV(B) 201º 0.62% 0.51% -
XYZ 9.88 11.55 22.48 -
YUV 88.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 49 101 129 0.62 0.22 0 0.49 201 0.45 0.35
Hex 31 65 81 3E 16 0 31 C9 2D 23
Octal 61 145 201 76 26 0 61 311 55 43
Binary 110001 1100101 10000001 111110 10110 0 110001 11001001 101101 100011

Color Harmonies of #316581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316581

Black with #316581

Text Example


Text Example

White with #316581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316581; }

 p { color: rgb(49,101,129); }

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

background-color css

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

 a { background-color: rgb(49,101,129); }

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

border-color css

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

 span { border-color: rgb(49,101,129); }

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