Html Css Color HEX #317082 Astral

📋 copy color: '#317082'

red 49 ◦ green 112 ◦ blue 130

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

Shades of Astral #317082

Tints of Astral #317082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 16.84%
G = 38.49%
B = 44.67%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317082 (or 0x317082) is known color: Astral. HEX triplet: 31, 70 and 82. RGB value is (49,112,130). Sum of RGB (Red+Green+Blue) = 49+112+130=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #317082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317082 is #CE8F7D. Grayscale: #5F5F5F. Windows color (decimal): -13537150 or 8548401. OLE color: 8548401.

HSL color Cylindrical-coordinate representation of color #317082: hue angle of 193.33º 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 #317082 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 112 130 -
CMYK 0.62 0.14 0 0.49
HSL 193.33º 0.45% 0.35% -
HSV(B) 193.33º 0.62% 0.51% -
XYZ 11.09 13.85 23.21 -
YUV 95.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 49 112 130 0.62 0.14 0 0.49 193.33 0.45 0.35
Hex 31 70 82 3E E 0 31 C1 2D 23
Octal 61 160 202 76 16 0 61 301 55 43
Binary 110001 1110000 10000010 111110 1110 0 110001 11000001 101101 100011

Color Harmonies of #317082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317082

Black with #317082

Text Example


Text Example

White with #317082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317082; }

 p { color: rgb(49,112,130); }

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

background-color css

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

 a { background-color: rgb(49,112,130); }

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

border-color css

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

 span { border-color: rgb(49,112,130); }

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