Html Css Color HEX #317482 Astral

📋 copy color: '#317482'

red 49 ◦ green 116 ◦ blue 130

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

Shades of Astral #317482

Tints of Astral #317482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 16.61%
G = 39.32%
B = 44.07%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317482 (or 0x317482) is known color: Astral. HEX triplet: 31, 74 and 82. RGB value is (49,116,130). Sum of RGB (Red+Green+Blue) = 49+116+130=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #317482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317482 is #CE8B7D. Grayscale: #616161. Windows color (decimal): -13536126 or 8549425. OLE color: 8549425.

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

Color convert

RGB 49 116 130 -
CMYK 0.62 0.11 0 0.49
HSL 190.37º 0.45% 0.35% -
HSV(B) 190.37º 0.62% 0.51% -
XYZ 11.54 14.76 23.36 -
YUV 97.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 49 116 130 0.62 0.11 0 0.49 190.37 0.45 0.35
Hex 31 74 82 3E B 0 31 BE 2D 23
Octal 61 164 202 76 13 0 61 276 55 43
Binary 110001 1110100 10000010 111110 1011 0 110001 10111110 101101 100011

Color Harmonies of #317482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317482

Black with #317482

Text Example


Text Example

White with #317482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317482; }

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

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

background-color css

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

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

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

border-color css

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

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

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