Html Css Color HEX #247892 Astral

📋 copy color: '#247892'

red 36 ◦ green 120 ◦ blue 146

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

Shades of Astral #247892

Tints of Astral #247892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 11.92%
G = 39.74%
B = 48.34%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#247892 (or 0x247892) is known color: Astral. HEX triplet: 24, 78 and 92. RGB value is (36,120,146). Sum of RGB (Red+Green+Blue) = 36+120+146=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #247892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247892 is #DB876D. Grayscale: #616161. Windows color (decimal): -14387054 or 9599012. OLE color: 9599012.

HSL color Cylindrical-coordinate representation of color #247892: hue angle of 194.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247892 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 120 146 -
CMYK 0.75 0.18 0 0.43
HSL 194.18º 0.6% 0.36% -
HSV(B) 194.18º 0.75% 0.57% -
XYZ 12.63 15.88 29.59 -
YUV 97.85 155.17 83.89 -
System Red Green Blue C M Y K H S L
Decimal 36 120 146 0.75 0.18 0 0.43 194.18 0.6 0.36
Hex 24 78 92 4B 12 0 2B C2 3C 24
Octal 44 170 222 113 22 0 53 302 74 44
Binary 100100 1111000 10010010 1001011 10010 0 101011 11000010 111100 100100

Color Harmonies of #247892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247892

Black with #247892

Text Example


Text Example

White with #247892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247892; }

 p { color: rgb(36,120,146); }

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

background-color css

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

 a { background-color: rgb(36,120,146); }

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

border-color css

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

 span { border-color: rgb(36,120,146); }

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