Html Css Color HEX #316E84 Astral

📋 copy color: '#316E84'

red 49 ◦ green 110 ◦ blue 132

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

Shades of Astral #316E84

Tints of Astral #316E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.8%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 16.84%
G = 37.8%
B = 45.36%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316E84 (or 0x316E84) is known color: Astral. HEX triplet: 31, 6E and 84. RGB value is (49,110,132). Sum of RGB (Red+Green+Blue) = 49+110+132=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #316E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E84 is #CE917B. Grayscale: #5E5E5E. Windows color (decimal): -13537660 or 8678961. OLE color: 8678961.

HSL color Cylindrical-coordinate representation of color #316E84: hue angle of 195.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316E84 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 110 132 -
CMYK 0.63 0.17 0 0.48
HSL 195.9º 0.46% 0.35% -
HSV(B) 195.9º 0.63% 0.52% -
XYZ 11.01 13.47 23.85 -
YUV 94.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 49 110 132 0.63 0.17 0 0.48 195.9 0.46 0.35
Hex 31 6E 84 3F 11 0 30 C4 2E 23
Octal 61 156 204 77 21 0 60 304 56 43
Binary 110001 1101110 10000100 111111 10001 0 110000 11000100 101110 100011

Color Harmonies of #316E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E84

Black with #316E84

Text Example


Text Example

White with #316E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316E84; }

 p { color: rgb(49,110,132); }

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

background-color css

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

 a { background-color: rgb(49,110,132); }

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

border-color css

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

 span { border-color: rgb(49,110,132); }

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