Html Css Color HEX #316681 Astral

📋 copy color: '#316681'

red 49 ◦ green 102 ◦ blue 129

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

Shades of Astral #316681

Tints of Astral #316681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 17.5%
G = 36.43%
B = 46.07%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316681 (or 0x316681) is known color: Astral. HEX triplet: 31, 66 and 81. RGB value is (49,102,129). Sum of RGB (Red+Green+Blue) = 49+102+129=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #316681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316681 is #CE997E. Grayscale: #595959. Windows color (decimal): -13539711 or 8480305. OLE color: 8480305.

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

Color convert

RGB 49 102 129 -
CMYK 0.62 0.21 0 0.49
HSL 200.25º 0.45% 0.35% -
HSV(B) 200.25º 0.62% 0.51% -
XYZ 9.98 11.74 22.51 -
YUV 89.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 49 102 129 0.62 0.21 0 0.49 200.25 0.45 0.35
Hex 31 66 81 3E 15 0 31 C8 2D 23
Octal 61 146 201 76 25 0 61 310 55 43
Binary 110001 1100110 10000001 111110 10101 0 110001 11001000 101101 100011

Color Harmonies of #316681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316681

Black with #316681

Text Example


Text Example

White with #316681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316681; }

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

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

background-color css

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

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

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

border-color css

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

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

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