Html Css Color HEX #247995 Astral

📋 copy color: '#247995'

red 36 ◦ green 121 ◦ blue 149

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

Shades of Astral #247995

Tints of Astral #247995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 11.76%
G = 39.54%
B = 48.69%

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

#247995 (or 0x247995) is known color: Astral. HEX triplet: 24, 79 and 95. RGB value is (36,121,149). Sum of RGB (Red+Green+Blue) = 36+121+149=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #247995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247995 is #DB866A. Grayscale: #626262. Windows color (decimal): -14386795 or 9795876. OLE color: 9795876.

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

Color convert

RGB 36 121 149 -
CMYK 0.76 0.19 0 0.42
HSL 194.87º 0.61% 0.36% -
HSV(B) 194.87º 0.76% 0.58% -
XYZ 12.99 16.22 30.88 -
YUV 98.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 36 121 149 0.76 0.19 0 0.42 194.87 0.61 0.36
Hex 24 79 95 4C 13 0 2A C3 3D 24
Octal 44 171 225 114 23 0 52 303 75 44
Binary 100100 1111001 10010101 1001100 10011 0 101010 11000011 111101 100100

Color Harmonies of #247995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247995

Black with #247995

Text Example


Text Example

White with #247995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247995; }

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

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

background-color css

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

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

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

border-color css

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

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

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