Html Css Color HEX #243994 Egyptian Blue

📋 copy color: '#243994'

red 36 ◦ green 57 ◦ blue 148

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

Shades of Egyptian Blue #243994

Tints of Egyptian Blue #243994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 14.94%
G = 23.65%
B = 61.41%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#243994 (or 0x243994) is known color: Egyptian Blue. HEX triplet: 24, 39 and 94. RGB value is (36,57,148). Sum of RGB (Red+Green+Blue) = 36+57+148=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #243994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243994 is #DBC66B. Grayscale: #3C3C3C. Windows color (decimal): -14403180 or 9713956. OLE color: 9713956.

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

Color convert

RGB 36 57 148 -
CMYK 0.76 0.61 0 0.42
HSL 228.75º 0.61% 0.36% -
HSV(B) 228.75º 0.76% 0.58% -
XYZ 7.54 5.44 28.67 -
YUV 61.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 36 57 148 0.76 0.61 0 0.42 228.75 0.61 0.36
Hex 24 39 94 4C 3D 0 2A E5 3D 24
Octal 44 71 224 114 75 0 52 345 75 44
Binary 100100 111001 10010100 1001100 111101 0 101010 11100101 111101 100100

Color Harmonies of #243994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243994

Black with #243994

Text Example


Text Example

White with #243994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243994; }

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

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

background-color css

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

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

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

border-color css

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

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

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