Html Css Color HEX #247090 Astral

📋 copy color: '#247090'

red 36 ◦ green 112 ◦ blue 144

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

Shades of Astral #247090

Tints of Astral #247090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 12.33%
G = 38.36%
B = 49.32%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247090 (or 0x247090) is known color: Astral. HEX triplet: 24, 70 and 90. RGB value is (36,112,144). Sum of RGB (Red+Green+Blue) = 36+112+144=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #247090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247090 is #DB8F6F. Grayscale: #5C5C5C. Windows color (decimal): -14389104 or 9465892. OLE color: 9465892.

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

Color convert

RGB 36 112 144 -
CMYK 0.75 0.22 0 0.44
HSL 197.78º 0.6% 0.35% -
HSV(B) 197.78º 0.75% 0.56% -
XYZ 11.56 13.98 28.47 -
YUV 92.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 36 112 144 0.75 0.22 0 0.44 197.78 0.6 0.35
Hex 24 70 90 4B 16 0 2C C6 3C 23
Octal 44 160 220 113 26 0 54 306 74 43
Binary 100100 1110000 10010000 1001011 10110 0 101100 11000110 111100 100011

Color Harmonies of #247090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247090

Black with #247090

Text Example


Text Example

White with #247090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247090; }

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

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

background-color css

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

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

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

border-color css

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

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

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