Html Css Color HEX #316584 Astral

📋 copy color: '#316584'

red 49 ◦ green 101 ◦ blue 132

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

Shades of Astral #316584

Tints of Astral #316584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 17.38%
G = 35.82%
B = 46.81%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316584 (or 0x316584) is known color: Astral. HEX triplet: 31, 65 and 84. RGB value is (49,101,132). Sum of RGB (Red+Green+Blue) = 49+101+132=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #316584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316584 is #CE9A7B. Grayscale: #585858. Windows color (decimal): -13539964 or 8676657. OLE color: 8676657.

HSL color Cylindrical-coordinate representation of color #316584: hue angle of 202.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316584 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 101 132 -
CMYK 0.63 0.23 0 0.48
HSL 202.41º 0.46% 0.35% -
HSV(B) 202.41º 0.63% 0.52% -
XYZ 10.09 11.63 23.54 -
YUV 88.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 49 101 132 0.63 0.23 0 0.48 202.41 0.46 0.35
Hex 31 65 84 3F 17 0 30 CA 2E 23
Octal 61 145 204 77 27 0 60 312 56 43
Binary 110001 1100101 10000100 111111 10111 0 110000 11001010 101110 100011

Color Harmonies of #316584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316584

Black with #316584

Text Example


Text Example

White with #316584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316584; }

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

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

background-color css

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

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

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

border-color css

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

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

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