Html Css Color HEX #31728C Astral

📋 copy color: '#31728C'

red 49 ◦ green 114 ◦ blue 140

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

Shades of Astral #31728C

Tints of Astral #31728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 16.17%
G = 37.62%
B = 46.2%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31728C (or 0x31728C) is known color: Astral. HEX triplet: 31, 72 and 8C. RGB value is (49,114,140). Sum of RGB (Red+Green+Blue) = 49+114+140=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #31728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31728C is #CE8D73. Grayscale: #616161. Windows color (decimal): -13536628 or 9204273. OLE color: 9204273.

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

Color convert

RGB 49 114 140 -
CMYK 0.65 0.19 0 0.45
HSL 197.14º 0.48% 0.37% -
HSV(B) 197.14º 0.65% 0.55% -
XYZ 12.02 14.58 26.99 -
YUV 97.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 49 114 140 0.65 0.19 0 0.45 197.14 0.48 0.37
Hex 31 72 8C 41 13 0 2D C5 30 25
Octal 61 162 214 101 23 0 55 305 60 45
Binary 110001 1110010 10001100 1000001 10011 0 101101 11000101 110000 100101

Color Harmonies of #31728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31728C

Black with #31728C

Text Example


Text Example

White with #31728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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