Html Css Color HEX #247293 Astral

📋 copy color: '#247293'

red 36 ◦ green 114 ◦ blue 147

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

Shades of Astral #247293

Tints of Astral #247293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 12.12%
G = 38.38%
B = 49.49%

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

#247293 (or 0x247293) is known color: Astral. HEX triplet: 24, 72 and 93. RGB value is (36,114,147). Sum of RGB (Red+Green+Blue) = 36+114+147=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #247293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247293 is #DB8D6C. Grayscale: #5E5E5E. Windows color (decimal): -14388589 or 9663012. OLE color: 9663012.

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

Color convert

RGB 36 114 147 -
CMYK 0.76 0.22 0 0.42
HSL 197.84º 0.61% 0.36% -
HSV(B) 197.84º 0.76% 0.58% -
XYZ 12.01 14.52 29.77 -
YUV 94.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 36 114 147 0.76 0.22 0 0.42 197.84 0.61 0.36
Hex 24 72 93 4C 16 0 2A C6 3D 24
Octal 44 162 223 114 26 0 52 306 75 44
Binary 100100 1110010 10010011 1001100 10110 0 101010 11000110 111101 100100

Color Harmonies of #247293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247293

Black with #247293

Text Example


Text Example

White with #247293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247293; }

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

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

background-color css

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

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

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

border-color css

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

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

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