Html Css Color HEX #31798B Astral

📋 copy color: '#31798B'

red 49 ◦ green 121 ◦ blue 139

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

Shades of Astral #31798B

Tints of Astral #31798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 15.86%
G = 39.16%
B = 44.98%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31798B (or 0x31798B) is known color: Astral. HEX triplet: 31, 79 and 8B. RGB value is (49,121,139). Sum of RGB (Red+Green+Blue) = 49+121+139=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #31798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31798B is #CE8674. Grayscale: #656565. Windows color (decimal): -13534837 or 9140529. OLE color: 9140529.

HSL color Cylindrical-coordinate representation of color #31798B: hue angle of 192º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31798B is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 121 139 -
CMYK 0.65 0.13 0 0.45
HSL 192º 0.48% 0.37% -
HSV(B) 192º 0.65% 0.55% -
XYZ 12.76 16.19 26.88 -
YUV 101.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 49 121 139 0.65 0.13 0 0.45 192 0.48 0.37
Hex 31 79 8B 41 D 0 2D C0 30 25
Octal 61 171 213 101 15 0 55 300 60 45
Binary 110001 1111001 10001011 1000001 1101 0 101101 11000000 110000 100101

Color Harmonies of #31798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31798B

Black with #31798B

Text Example


Text Example

White with #31798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31798B; }

 p { color: rgb(49,121,139); }

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

background-color css

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

 a { background-color: rgb(49,121,139); }

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

border-color css

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

 span { border-color: rgb(49,121,139); }

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