Html Css Color HEX #247990 Astral

📋 copy color: '#247990'

red 36 ◦ green 121 ◦ blue 144

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

Shades of Astral #247990

Tints of Astral #247990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 11.96%
G = 40.2%
B = 47.84%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247990 (or 0x247990) is known color: Astral. HEX triplet: 24, 79 and 90. RGB value is (36,121,144). Sum of RGB (Red+Green+Blue) = 36+121+144=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #247990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247990 is #DB866F. Grayscale: #626262. Windows color (decimal): -14386800 or 9468196. OLE color: 9468196.

HSL color Cylindrical-coordinate representation of color #247990: hue angle of 192.78º 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 #247990 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 121 144 -
CMYK 0.75 0.16 0 0.44
HSL 192.78º 0.6% 0.35% -
HSV(B) 192.78º 0.75% 0.56% -
XYZ 12.6 16.06 28.82 -
YUV 98.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 36 121 144 0.75 0.16 0 0.44 192.78 0.6 0.35
Hex 24 79 90 4B 10 0 2C C1 3C 23
Octal 44 171 220 113 20 0 54 301 74 43
Binary 100100 1111001 10010000 1001011 10000 0 101100 11000001 111100 100011

Color Harmonies of #247990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247990

Black with #247990

Text Example


Text Example

White with #247990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247990; }

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

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

background-color css

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

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

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

border-color css

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

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

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