Html Css Color HEX #316B85 Astral

📋 copy color: '#316B85'

red 49 ◦ green 107 ◦ blue 133

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

Shades of Astral #316B85

Tints of Astral #316B85

RGB

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

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

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

R = 16.96%
G = 37.02%
B = 46.02%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316B85 (or 0x316B85) is known color: Astral. HEX triplet: 31, 6B and 85. RGB value is (49,107,133). Sum of RGB (Red+Green+Blue) = 49+107+133=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #316B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B85 is #CE947A. Grayscale: #5C5C5C. Windows color (decimal): -13538427 or 8743729. OLE color: 8743729.

HSL color Cylindrical-coordinate representation of color #316B85: hue angle of 198.57º 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 #316B85 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 107 133 -
CMYK 0.63 0.20 0 0.48
HSL 198.57º 0.46% 0.36% -
HSV(B) 198.57º 0.63% 0.52% -
XYZ 10.76 12.86 24.11 -
YUV 92.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 49 107 133 0.63 0.20 0 0.48 198.57 0.46 0.36
Hex 31 6B 85 3F 14 0 30 C7 2E 24
Octal 61 153 205 77 24 0 60 307 56 44
Binary 110001 1101011 10000101 111111 10100 0 110000 11000111 101110 100100

Color Harmonies of #316B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B85

Black with #316B85

Text Example


Text Example

White with #316B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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