Html Css Color HEX #224097 Egyptian Blue

📋 copy color: '#224097'

red 34 ◦ green 64 ◦ blue 151

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

Shades of Egyptian Blue #224097

Tints of Egyptian Blue #224097

RGB

 RED value IS 34 (13.67% from 255) = 13.65%

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

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

R = 13.65%
G = 25.7%
B = 60.64%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224097 (or 0x224097) is known color: Egyptian Blue. HEX triplet: 22, 40 and 97. RGB value is (34,64,151). Sum of RGB (Red+Green+Blue) = 34+64+151=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #224097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224097 is #DDBF68. Grayscale: #404040. Windows color (decimal): -14532457 or 9912354. OLE color: 9912354.

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

Color convert

RGB 34 64 151 -
CMYK 0.77 0.58 0 0.41
HSL 224.62º 0.63% 0.36% -
HSV(B) 224.62º 0.77% 0.59% -
XYZ 8.08 6.24 30.06 -
YUV 64.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 34 64 151 0.77 0.58 0 0.41 224.62 0.63 0.36
Hex 22 40 97 4D 3A 0 29 E1 3F 24
Octal 42 100 227 115 72 0 51 341 77 44
Binary 100010 1000000 10010111 1001101 111010 0 101001 11100001 111111 100100

Color Harmonies of #224097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224097

Black with #224097

Text Example


Text Example

White with #224097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224097; }

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

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

background-color css

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

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

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

border-color css

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

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

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