Html Css Color HEX #31798C Astral

📋 copy color: '#31798C'

red 49 ◦ green 121 ◦ blue 140

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

Shades of Astral #31798C

Tints of Astral #31798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 15.81%
G = 39.03%
B = 45.16%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31798C (or 0x31798C) is known color: Astral. HEX triplet: 31, 79 and 8C. RGB value is (49,121,140). Sum of RGB (Red+Green+Blue) = 49+121+140=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #31798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31798C is #CE8673. Grayscale: #656565. Windows color (decimal): -13534836 or 9206065. OLE color: 9206065.

HSL color Cylindrical-coordinate representation of color #31798C: hue angle of 192.53º 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 #31798C is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 121 140 -
CMYK 0.65 0.14 0 0.45
HSL 192.53º 0.48% 0.37% -
HSV(B) 192.53º 0.65% 0.55% -
XYZ 12.84 16.22 27.27 -
YUV 101.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 49 121 140 0.65 0.14 0 0.45 192.53 0.48 0.37
Hex 31 79 8C 41 E 0 2D C1 30 25
Octal 61 171 214 101 16 0 55 301 60 45
Binary 110001 1111001 10001100 1000001 1110 0 101101 11000001 110000 100101

Color Harmonies of #31798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31798C

Black with #31798C

Text Example


Text Example

White with #31798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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