Html Css Color HEX #247690 Astral

📋 copy color: '#247690'

red 36 ◦ green 118 ◦ blue 144

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

Shades of Astral #247690

Tints of Astral #247690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

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

R = 12.08%
G = 39.6%
B = 48.32%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#247690 (or 0x247690) is known color: Astral. HEX triplet: 24, 76 and 90. RGB value is (36,118,144). Sum of RGB (Red+Green+Blue) = 36+118+144=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #247690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247690 is #DB896F. Grayscale: #606060. Windows color (decimal): -14387568 or 9467428. OLE color: 9467428.

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

Color convert

RGB 36 118 144 -
CMYK 0.75 0.18 0 0.44
HSL 194.44º 0.6% 0.35% -
HSV(B) 194.44º 0.75% 0.56% -
XYZ 12.24 15.35 28.7 -
YUV 96.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 36 118 144 0.75 0.18 0 0.44 194.44 0.6 0.35
Hex 24 76 90 4B 12 0 2C C2 3C 23
Octal 44 166 220 113 22 0 54 302 74 43
Binary 100100 1110110 10010000 1001011 10010 0 101100 11000010 111100 100011

Color Harmonies of #247690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247690

Black with #247690

Text Example


Text Example

White with #247690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247690; }

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

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

background-color css

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

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

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

border-color css

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

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

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