Html Css Color HEX #247493 Astral

📋 copy color: '#247493'

red 36 ◦ green 116 ◦ blue 147

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

Shades of Astral #247493

Tints of Astral #247493

RGB

 RED value IS 36 (14.45% from 255) = 12.04%

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 12.04%
G = 38.8%
B = 49.16%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247493 (or 0x247493) is known color: Astral. HEX triplet: 24, 74 and 93. RGB value is (36,116,147). Sum of RGB (Red+Green+Blue) = 36+116+147=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #247493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247493 is #DB8B6C. Grayscale: #5F5F5F. Windows color (decimal): -14388077 or 9663524. OLE color: 9663524.

HSL color Cylindrical-coordinate representation of color #247493: hue angle of 196.76º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247493 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 116 147 -
CMYK 0.76 0.21 0 0.42
HSL 196.76º 0.61% 0.36% -
HSV(B) 196.76º 0.76% 0.58% -
XYZ 12.24 14.97 29.85 -
YUV 95.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 36 116 147 0.76 0.21 0 0.42 196.76 0.61 0.36
Hex 24 74 93 4C 15 0 2A C5 3D 24
Octal 44 164 223 114 25 0 52 305 75 44
Binary 100100 1110100 10010011 1001100 10101 0 101010 11000101 111101 100100

Color Harmonies of #247493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247493

Black with #247493

Text Example


Text Example

White with #247493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247493; }

 p { color: rgb(36,116,147); }

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

background-color css

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

 a { background-color: rgb(36,116,147); }

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

border-color css

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

 span { border-color: rgb(36,116,147); }

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