Html Css Color HEX #244097 Egyptian Blue

📋 copy color: '#244097'

red 36 ◦ green 64 ◦ blue 151

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

Shades of Egyptian Blue #244097

Tints of Egyptian Blue #244097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 14.34%
G = 25.5%
B = 60.16%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#244097 (or 0x244097) is known color: Egyptian Blue. HEX triplet: 24, 40 and 97. RGB value is (36,64,151). Sum of RGB (Red+Green+Blue) = 36+64+151=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #244097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244097 is #DBBF68. Grayscale: #414141. Windows color (decimal): -14401385 or 9912356. OLE color: 9912356.

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

Color convert

RGB 36 64 151 -
CMYK 0.76 0.58 0 0.41
HSL 225.39º 0.61% 0.37% -
HSV(B) 225.39º 0.76% 0.59% -
XYZ 8.15 6.28 30.06 -
YUV 65.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 36 64 151 0.76 0.58 0 0.41 225.39 0.61 0.37
Hex 24 40 97 4C 3A 0 29 E1 3D 25
Octal 44 100 227 114 72 0 51 341 75 45
Binary 100100 1000000 10010111 1001100 111010 0 101001 11100001 111101 100101

Color Harmonies of #244097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244097

Black with #244097

Text Example


Text Example

White with #244097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244097; }

 p { color: rgb(36,64,151); }

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

background-color css

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

 a { background-color: rgb(36,64,151); }

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

border-color css

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

 span { border-color: rgb(36,64,151); }

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