Html Css Color HEX #31788C Astral

📋 copy color: '#31788C'

red 49 ◦ green 120 ◦ blue 140

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

Shades of Astral #31788C

Tints of Astral #31788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 15.86%
G = 38.83%
B = 45.31%

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

#31788C (or 0x31788C) is known color: Astral. HEX triplet: 31, 78 and 8C. RGB value is (49,120,140). Sum of RGB (Red+Green+Blue) = 49+120+140=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #31788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31788C is #CE8773. Grayscale: #646464. Windows color (decimal): -13535092 or 9205809. OLE color: 9205809.

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

Color convert

RGB 49 120 140 -
CMYK 0.65 0.14 0 0.45
HSL 193.19º 0.48% 0.37% -
HSV(B) 193.19º 0.65% 0.55% -
XYZ 12.72 15.98 27.23 -
YUV 101.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 49 120 140 0.65 0.14 0 0.45 193.19 0.48 0.37
Hex 31 78 8C 41 E 0 2D C1 30 25
Octal 61 170 214 101 16 0 55 301 60 45
Binary 110001 1111000 10001100 1000001 1110 0 101101 11000001 110000 100101

Color Harmonies of #31788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31788C

Black with #31788C

Text Example


Text Example

White with #31788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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