Html Css Color HEX #247895 Astral

📋 copy color: '#247895'

red 36 ◦ green 120 ◦ blue 149

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

Shades of Astral #247895

Tints of Astral #247895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 11.8%
G = 39.34%
B = 48.85%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247895 (or 0x247895) is known color: Astral. HEX triplet: 24, 78 and 95. RGB value is (36,120,149). Sum of RGB (Red+Green+Blue) = 36+120+149=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #247895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247895 is #DB876A. Grayscale: #616161. Windows color (decimal): -14387051 or 9795620. OLE color: 9795620.

HSL color Cylindrical-coordinate representation of color #247895: hue angle of 195.4º 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 #247895 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 120 149 -
CMYK 0.76 0.19 0 0.42
HSL 195.4º 0.61% 0.36% -
HSV(B) 195.4º 0.76% 0.58% -
XYZ 12.87 15.98 30.84 -
YUV 98.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 36 120 149 0.76 0.19 0 0.42 195.4 0.61 0.36
Hex 24 78 95 4C 13 0 2A C3 3D 24
Octal 44 170 225 114 23 0 52 303 75 44
Binary 100100 1111000 10010101 1001100 10011 0 101010 11000011 111101 100100

Color Harmonies of #247895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247895

Black with #247895

Text Example


Text Example

White with #247895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247895; }

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

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

background-color css

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

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

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

border-color css

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

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

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