Html Css Color HEX #247393 Astral

📋 copy color: '#247393'

red 36 ◦ green 115 ◦ blue 147

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

Shades of Astral #247393

Tints of Astral #247393

RGB

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

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

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

R = 12.08%
G = 38.59%
B = 49.33%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247393 (or 0x247393) is known color: Astral. HEX triplet: 24, 73 and 93. RGB value is (36,115,147). Sum of RGB (Red+Green+Blue) = 36+115+147=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #247393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247393 is #DB8C6C. Grayscale: #5E5E5E. Windows color (decimal): -14388333 or 9663268. OLE color: 9663268.

HSL color Cylindrical-coordinate representation of color #247393: hue angle of 197.3º 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 #247393 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 115 147 -
CMYK 0.76 0.22 0 0.42
HSL 197.3º 0.61% 0.36% -
HSV(B) 197.3º 0.76% 0.58% -
XYZ 12.12 14.74 29.81 -
YUV 95.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 36 115 147 0.76 0.22 0 0.42 197.3 0.61 0.36
Hex 24 73 93 4C 16 0 2A C5 3D 24
Octal 44 163 223 114 26 0 52 305 75 44
Binary 100100 1110011 10010011 1001100 10110 0 101010 11000101 111101 100100

Color Harmonies of #247393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247393

Black with #247393

Text Example


Text Example

White with #247393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247393; }

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

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

background-color css

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

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

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

border-color css

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

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

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