Html Css Color HEX #247C90 Astral

📋 copy color: '#247C90'

red 36 ◦ green 124 ◦ blue 144

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

Shades of Astral #247C90

Tints of Astral #247C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

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

R = 11.84%
G = 40.79%
B = 47.37%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247C90 (or 0x247C90) is known color: Astral. HEX triplet: 24, 7C and 90. RGB value is (36,124,144). Sum of RGB (Red+Green+Blue) = 36+124+144=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #247C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C90 is #DB836F. Grayscale: #636363. Windows color (decimal): -14386032 or 9468964. OLE color: 9468964.

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

Color convert

RGB 36 124 144 -
CMYK 0.75 0.14 0 0.44
HSL 191.11º 0.6% 0.35% -
HSV(B) 191.11º 0.75% 0.56% -
XYZ 12.97 16.8 28.95 -
YUV 99.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 36 124 144 0.75 0.14 0 0.44 191.11 0.6 0.35
Hex 24 7C 90 4B E 0 2C BF 3C 23
Octal 44 174 220 113 16 0 54 277 74 43
Binary 100100 1111100 10010000 1001011 1110 0 101100 10111111 111100 100011

Color Harmonies of #247C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C90

Black with #247C90

Text Example


Text Example

White with #247C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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