Html Css Color HEX #316682 Astral

📋 copy color: '#316682'

red 49 ◦ green 102 ◦ blue 130

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

Shades of Astral #316682

Tints of Astral #316682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 17.44%
G = 36.3%
B = 46.26%

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

#316682 (or 0x316682) is known color: Astral. HEX triplet: 31, 66 and 82. RGB value is (49,102,130). Sum of RGB (Red+Green+Blue) = 49+102+130=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #316682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316682 is #CE997D. Grayscale: #595959. Windows color (decimal): -13539710 or 8545841. OLE color: 8545841.

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

Color convert

RGB 49 102 130 -
CMYK 0.62 0.22 0 0.49
HSL 200.74º 0.45% 0.35% -
HSV(B) 200.74º 0.62% 0.51% -
XYZ 10.05 11.77 22.86 -
YUV 89.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 49 102 130 0.62 0.22 0 0.49 200.74 0.45 0.35
Hex 31 66 82 3E 16 0 31 C9 2D 23
Octal 61 146 202 76 26 0 61 311 55 43
Binary 110001 1100110 10000010 111110 10110 0 110001 11001001 101101 100011

Color Harmonies of #316682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316682

Black with #316682

Text Example


Text Example

White with #316682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316682; }

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

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

background-color css

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

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

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

border-color css

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

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

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