Html Css Color HEX #247394 Astral

📋 copy color: '#247394'

red 36 ◦ green 115 ◦ blue 148

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

Shades of Astral #247394

Tints of Astral #247394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 12.04%
G = 38.46%
B = 49.5%

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

#247394 (or 0x247394) is known color: Astral. HEX triplet: 24, 73 and 94. RGB value is (36,115,148). Sum of RGB (Red+Green+Blue) = 36+115+148=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #247394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247394 is #DB8C6B. Grayscale: #5E5E5E. Windows color (decimal): -14388332 or 9728804. OLE color: 9728804.

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

Color convert

RGB 36 115 148 -
CMYK 0.76 0.22 0 0.42
HSL 197.68º 0.61% 0.36% -
HSV(B) 197.68º 0.76% 0.58% -
XYZ 12.2 14.77 30.23 -
YUV 95.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 36 115 148 0.76 0.22 0 0.42 197.68 0.61 0.36
Hex 24 73 94 4C 16 0 2A C6 3D 24
Octal 44 163 224 114 26 0 52 306 75 44
Binary 100100 1110011 10010100 1001100 10110 0 101010 11000110 111101 100100

Color Harmonies of #247394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247394

Black with #247394

Text Example


Text Example

White with #247394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247394; }

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

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

background-color css

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

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

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

border-color css

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

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

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