Html Css Color HEX #244199 Egyptian Blue

📋 copy color: '#244199'

red 36 ◦ green 65 ◦ blue 153

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

Shades of Egyptian Blue #244199

Tints of Egyptian Blue #244199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 14.17%
G = 25.59%
B = 60.24%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#244199 (or 0x244199) is known color: Egyptian Blue. HEX triplet: 24, 41 and 99. RGB value is (36,65,153). Sum of RGB (Red+Green+Blue) = 36+65+153=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #244199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244199 is #DBBE66. Grayscale: #414141. Windows color (decimal): -14401127 or 10043684. OLE color: 10043684.

HSL color Cylindrical-coordinate representation of color #244199: hue angle of 225.13º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244199 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 65 153 -
CMYK 0.76 0.58 0 0.4
HSL 225.13º 0.62% 0.37% -
HSV(B) 225.13º 0.76% 0.6% -
XYZ 8.37 6.46 30.94 -
YUV 66.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 36 65 153 0.76 0.58 0 0.4 225.13 0.62 0.37
Hex 24 41 99 4C 3A 0 28 E1 3E 25
Octal 44 101 231 114 72 0 50 341 76 45
Binary 100100 1000001 10011001 1001100 111010 0 101000 11100001 111110 100101

Color Harmonies of #244199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244199

Black with #244199

Text Example


Text Example

White with #244199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244199; }

 p { color: rgb(36,65,153); }

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

background-color css

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

 a { background-color: rgb(36,65,153); }

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

border-color css

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

 span { border-color: rgb(36,65,153); }

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