Html Css Color HEX #247994 Astral

📋 copy color: '#247994'

red 36 ◦ green 121 ◦ blue 148

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

Shades of Astral #247994

Tints of Astral #247994

RGB

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

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

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

R = 11.8%
G = 39.67%
B = 48.52%

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

#247994 (or 0x247994) is known color: Astral. HEX triplet: 24, 79 and 94. RGB value is (36,121,148). Sum of RGB (Red+Green+Blue) = 36+121+148=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #247994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247994 is #DB866B. Grayscale: #626262. Windows color (decimal): -14386796 or 9730340. OLE color: 9730340.

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

Color convert

RGB 36 121 148 -
CMYK 0.76 0.18 0 0.42
HSL 194.46º 0.61% 0.36% -
HSV(B) 194.46º 0.76% 0.58% -
XYZ 12.91 16.19 30.46 -
YUV 98.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 36 121 148 0.76 0.18 0 0.42 194.46 0.61 0.36
Hex 24 79 94 4C 12 0 2A C2 3D 24
Octal 44 171 224 114 22 0 52 302 75 44
Binary 100100 1111001 10010100 1001100 10010 0 101010 11000010 111101 100100

Color Harmonies of #247994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247994

Black with #247994

Text Example


Text Example

White with #247994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247994; }

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

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

background-color css

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

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

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

border-color css

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

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

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