Html Css Color HEX #316583 Astral

📋 copy color: '#316583'

red 49 ◦ green 101 ◦ blue 131

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

Shades of Astral #316583

Tints of Astral #316583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 17.44%
G = 35.94%
B = 46.62%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316583 (or 0x316583) is known color: Astral. HEX triplet: 31, 65 and 83. RGB value is (49,101,131). Sum of RGB (Red+Green+Blue) = 49+101+131=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #316583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316583 is #CE9A7C. Grayscale: #585858. Windows color (decimal): -13539965 or 8611121. OLE color: 8611121.

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

Color convert

RGB 49 101 131 -
CMYK 0.63 0.23 0 0.49
HSL 201.95º 0.46% 0.35% -
HSV(B) 201.95º 0.63% 0.51% -
XYZ 10.02 11.6 23.18 -
YUV 88.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 49 101 131 0.63 0.23 0 0.49 201.95 0.46 0.35
Hex 31 65 83 3F 17 0 31 CA 2E 23
Octal 61 145 203 77 27 0 61 312 56 43
Binary 110001 1100101 10000011 111111 10111 0 110001 11001010 101110 100011

Color Harmonies of #316583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316583

Black with #316583

Text Example


Text Example

White with #316583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316583; }

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

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

background-color css

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

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

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

border-color css

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

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

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