Html Css Color HEX #316B83 Astral

📋 copy color: '#316B83'

red 49 ◦ green 107 ◦ blue 131

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

Shades of Astral #316B83

Tints of Astral #316B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 17.07%
G = 37.28%
B = 45.64%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316B83 (or 0x316B83) is known color: Astral. HEX triplet: 31, 6B and 83. RGB value is (49,107,131). Sum of RGB (Red+Green+Blue) = 49+107+131=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #316B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B83 is #CE947C. Grayscale: #5C5C5C. Windows color (decimal): -13538429 or 8612657. OLE color: 8612657.

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

Color convert

RGB 49 107 131 -
CMYK 0.63 0.18 0 0.49
HSL 197.56º 0.46% 0.35% -
HSV(B) 197.56º 0.63% 0.51% -
XYZ 10.62 12.81 23.38 -
YUV 92.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 49 107 131 0.63 0.18 0 0.49 197.56 0.46 0.35
Hex 31 6B 83 3F 12 0 31 C6 2E 23
Octal 61 153 203 77 22 0 61 306 56 43
Binary 110001 1101011 10000011 111111 10010 0 110001 11000110 101110 100011

Color Harmonies of #316B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B83

Black with #316B83

Text Example


Text Example

White with #316B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,131); }

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

background-color css

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

 a { background-color: rgb(49,107,131); }

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

border-color css

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

 span { border-color: rgb(49,107,131); }

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