Html Css Color HEX #31748C Astral

📋 copy color: '#31748C'

red 49 ◦ green 116 ◦ blue 140

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

Shades of Astral #31748C

Tints of Astral #31748C

RGB

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

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

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

R = 16.07%
G = 38.03%
B = 45.9%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31748C (or 0x31748C) is known color: Astral. HEX triplet: 31, 74 and 8C. RGB value is (49,116,140). Sum of RGB (Red+Green+Blue) = 49+116+140=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #31748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31748C is #CE8B73. Grayscale: #626262. Windows color (decimal): -13536116 or 9204785. OLE color: 9204785.

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

Color convert

RGB 49 116 140 -
CMYK 0.65 0.17 0 0.45
HSL 195.82º 0.48% 0.37% -
HSV(B) 195.82º 0.65% 0.55% -
XYZ 12.25 15.04 27.07 -
YUV 98.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 49 116 140 0.65 0.17 0 0.45 195.82 0.48 0.37
Hex 31 74 8C 41 11 0 2D C4 30 25
Octal 61 164 214 101 21 0 55 304 60 45
Binary 110001 1110100 10001100 1000001 10001 0 101101 11000100 110000 100101

Color Harmonies of #31748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31748C

Black with #31748C

Text Example


Text Example

White with #31748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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