Html Css Color HEX #247491 Astral

📋 copy color: '#247491'

red 36 ◦ green 116 ◦ blue 145

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

Shades of Astral #247491

Tints of Astral #247491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 12.12%
G = 39.06%
B = 48.82%

CMYK

 C value IS 0.75

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#247491 (or 0x247491) is known color: Astral. HEX triplet: 24, 74 and 91. RGB value is (36,116,145). Sum of RGB (Red+Green+Blue) = 36+116+145=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #247491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247491 is #DB8B6E. Grayscale: #5F5F5F. Windows color (decimal): -14388079 or 9532452. OLE color: 9532452.

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

Color convert

RGB 36 116 145 -
CMYK 0.75 0.2 0 0.43
HSL 195.96º 0.6% 0.35% -
HSV(B) 195.96º 0.75% 0.57% -
XYZ 12.08 14.91 29.03 -
YUV 95.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 36 116 145 0.75 0.2 0 0.43 195.96 0.6 0.35
Hex 24 74 91 4B 14 0 2B C4 3C 23
Octal 44 164 221 113 24 0 53 304 74 43
Binary 100100 1110100 10010001 1001011 10100 0 101011 11000100 111100 100011

Color Harmonies of #247491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247491

Black with #247491

Text Example


Text Example

White with #247491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247491; }

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

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

background-color css

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

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

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

border-color css

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

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

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