Html Css Color HEX #247390 Astral

📋 copy color: '#247390'

red 36 ◦ green 115 ◦ blue 144

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

Shades of Astral #247390

Tints of Astral #247390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 12.2%
G = 38.98%
B = 48.81%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247390 (or 0x247390) is known color: Astral. HEX triplet: 24, 73 and 90. RGB value is (36,115,144). Sum of RGB (Red+Green+Blue) = 36+115+144=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #247390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247390 is #DB8C6F. Grayscale: #5E5E5E. Windows color (decimal): -14388336 or 9466660. OLE color: 9466660.

HSL color Cylindrical-coordinate representation of color #247390: hue angle of 196.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247390 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 115 144 -
CMYK 0.75 0.20 0 0.44
HSL 196.11º 0.6% 0.35% -
HSV(B) 196.11º 0.75% 0.56% -
XYZ 11.89 14.65 28.59 -
YUV 94.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 36 115 144 0.75 0.20 0 0.44 196.11 0.6 0.35
Hex 24 73 90 4B 14 0 2C C4 3C 23
Octal 44 163 220 113 24 0 54 304 74 43
Binary 100100 1110011 10010000 1001011 10100 0 101100 11000100 111100 100011

Color Harmonies of #247390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247390

Black with #247390

Text Example


Text Example

White with #247390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247390; }

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

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

background-color css

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

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

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

border-color css

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

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

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