Html Css Color HEX #31738F Astral

📋 copy color: '#31738F'

red 49 ◦ green 115 ◦ blue 143

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

Shades of Astral #31738F

Tints of Astral #31738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 143 (56.25% from 255) = 46.58%

R = 15.96%
G = 37.46%
B = 46.58%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31738F (or 0x31738F) is known color: Astral. HEX triplet: 31, 73 and 8F. RGB value is (49,115,143). Sum of RGB (Red+Green+Blue) = 49+115+143=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #31738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31738F is #CE8C70. Grayscale: #626262. Windows color (decimal): -13536369 or 9401137. OLE color: 9401137.

HSL color Cylindrical-coordinate representation of color #31738F: hue angle of 197.87º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31738F is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 115 143 -
CMYK 0.66 0.20 0 0.44
HSL 197.87º 0.49% 0.38% -
HSV(B) 197.87º 0.66% 0.56% -
XYZ 12.36 14.9 28.21 -
YUV 98.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 49 115 143 0.66 0.20 0 0.44 197.87 0.49 0.38
Hex 31 73 8F 42 14 0 2C C6 31 26
Octal 61 163 217 102 24 0 54 306 61 46
Binary 110001 1110011 10001111 1000010 10100 0 101100 11000110 110001 100110

Color Harmonies of #31738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31738F

Black with #31738F

Text Example


Text Example

White with #31738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31738F; }

 p { color: rgb(49,115,143); }

 H1.HeaderClassName
 {
   color: #31738F;
 }
 .AnyTagClassName
 {
   color: #31738F;
 }
</style>

background-color css

<style>
 a { background-color: #31738F; }

 a { background-color: rgb(49,115,143); }

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

border-color css

<style>
 span { border-color: #31738F; }

 span { border-color: rgb(49,115,143); }

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