Html Css Color HEX #31748E Astral

📋 copy color: '#31748E'

red 49 ◦ green 116 ◦ blue 142

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

Shades of Astral #31748E

Tints of Astral #31748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 15.96%
G = 37.79%
B = 46.25%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31748E (or 0x31748E) is known color: Astral. HEX triplet: 31, 74 and 8E. RGB value is (49,116,142). Sum of RGB (Red+Green+Blue) = 49+116+142=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #31748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31748E is #CE8B71. Grayscale: #626262. Windows color (decimal): -13536114 or 9335857. OLE color: 9335857.

HSL color Cylindrical-coordinate representation of color #31748E: hue angle of 196.77º 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 #31748E is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 116 142 -
CMYK 0.65 0.18 0 0.44
HSL 196.77º 0.49% 0.37% -
HSV(B) 196.77º 0.65% 0.56% -
XYZ 12.39 15.1 27.85 -
YUV 98.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 49 116 142 0.65 0.18 0 0.44 196.77 0.49 0.37
Hex 31 74 8E 41 12 0 2C C5 31 25
Octal 61 164 216 101 22 0 54 305 61 45
Binary 110001 1110100 10001110 1000001 10010 0 101100 11000101 110001 100101

Color Harmonies of #31748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31748E

Black with #31748E

Text Example


Text Example

White with #31748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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