Html Css Color HEX #247694 Astral

📋 copy color: '#247694'

red 36 ◦ green 118 ◦ blue 148

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

Shades of Astral #247694

Tints of Astral #247694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 11.92%
G = 39.07%
B = 49.01%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247694 (or 0x247694) is known color: Astral. HEX triplet: 24, 76 and 94. RGB value is (36,118,148). Sum of RGB (Red+Green+Blue) = 36+118+148=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #247694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247694 is #DB896B. Grayscale: #606060. Windows color (decimal): -14387564 or 9729572. OLE color: 9729572.

HSL color Cylindrical-coordinate representation of color #247694: hue angle of 196.07º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247694 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 118 148 -
CMYK 0.76 0.20 0 0.42
HSL 196.07º 0.61% 0.36% -
HSV(B) 196.07º 0.76% 0.58% -
XYZ 12.55 15.47 30.34 -
YUV 96.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 36 118 148 0.76 0.20 0 0.42 196.07 0.61 0.36
Hex 24 76 94 4C 14 0 2A C4 3D 24
Octal 44 166 224 114 24 0 52 304 75 44
Binary 100100 1110110 10010100 1001100 10100 0 101010 11000100 111101 100100

Color Harmonies of #247694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247694

Black with #247694

Text Example


Text Example

White with #247694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247694; }

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

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

background-color css

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

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

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

border-color css

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

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

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