Html Css Color HEX #31788E Astral

📋 copy color: '#31788E'

red 49 ◦ green 120 ◦ blue 142

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

Shades of Astral #31788E

Tints of Astral #31788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 15.76%
G = 38.59%
B = 45.66%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31788E (or 0x31788E) is known color: Astral. HEX triplet: 31, 78 and 8E. RGB value is (49,120,142). Sum of RGB (Red+Green+Blue) = 49+120+142=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #31788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31788E is #CE8771. Grayscale: #656565. Windows color (decimal): -13535090 or 9336881. OLE color: 9336881.

HSL color Cylindrical-coordinate representation of color #31788E: hue angle of 194.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31788E is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 120 142 -
CMYK 0.65 0.15 0 0.44
HSL 194.19º 0.49% 0.37% -
HSV(B) 194.19º 0.65% 0.56% -
XYZ 12.87 16.04 28.01 -
YUV 101.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 49 120 142 0.65 0.15 0 0.44 194.19 0.49 0.37
Hex 31 78 8E 41 F 0 2C C2 31 25
Octal 61 170 216 101 17 0 54 302 61 45
Binary 110001 1111000 10001110 1000001 1111 0 101100 11000010 110001 100101

Color Harmonies of #31788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31788E

Black with #31788E

Text Example


Text Example

White with #31788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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