Html Css Color HEX #247993 Astral

📋 copy color: '#247993'

red 36 ◦ green 121 ◦ blue 147

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

Shades of Astral #247993

Tints of Astral #247993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 11.84%
G = 39.8%
B = 48.36%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247993 (or 0x247993) is known color: Astral. HEX triplet: 24, 79 and 93. RGB value is (36,121,147). Sum of RGB (Red+Green+Blue) = 36+121+147=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #247993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247993 is #DB866C. Grayscale: #626262. Windows color (decimal): -14386797 or 9664804. OLE color: 9664804.

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

Color convert

RGB 36 121 147 -
CMYK 0.76 0.18 0 0.42
HSL 194.05º 0.61% 0.36% -
HSV(B) 194.05º 0.76% 0.58% -
XYZ 12.83 16.16 30.05 -
YUV 98.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 36 121 147 0.76 0.18 0 0.42 194.05 0.61 0.36
Hex 24 79 93 4C 12 0 2A C2 3D 24
Octal 44 171 223 114 22 0 52 302 75 44
Binary 100100 1111001 10010011 1001100 10010 0 101010 11000010 111101 100100

Color Harmonies of #247993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247993

Black with #247993

Text Example


Text Example

White with #247993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247993; }

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

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

background-color css

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

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

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

border-color css

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

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

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