Html Css Color HEX #316C85 Astral

📋 copy color: '#316C85'

red 49 ◦ green 108 ◦ blue 133

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

Shades of Astral #316C85

Tints of Astral #316C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 16.9%
G = 37.24%
B = 45.86%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316C85 (or 0x316C85) is known color: Astral. HEX triplet: 31, 6C and 85. RGB value is (49,108,133). Sum of RGB (Red+Green+Blue) = 49+108+133=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #316C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C85 is #CE937A. Grayscale: #5D5D5D. Windows color (decimal): -13538171 or 8743985. OLE color: 8743985.

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

Color convert

RGB 49 108 133 -
CMYK 0.63 0.19 0 0.48
HSL 197.86º 0.46% 0.36% -
HSV(B) 197.86º 0.63% 0.52% -
XYZ 10.86 13.07 24.14 -
YUV 93.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 49 108 133 0.63 0.19 0 0.48 197.86 0.46 0.36
Hex 31 6C 85 3F 13 0 30 C6 2E 24
Octal 61 154 205 77 23 0 60 306 56 44
Binary 110001 1101100 10000101 111111 10011 0 110000 11000110 101110 100100

Color Harmonies of #316C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C85

Black with #316C85

Text Example


Text Example

White with #316C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,133); }

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

background-color css

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

 a { background-color: rgb(49,108,133); }

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

border-color css

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

 span { border-color: rgb(49,108,133); }

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