Html Css Color HEX #224398 Egyptian Blue

📋 copy color: '#224398'

red 34 ◦ green 67 ◦ blue 152

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

Shades of Egyptian Blue #224398

Tints of Egyptian Blue #224398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 13.44%
G = 26.48%
B = 60.08%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224398 (or 0x224398) is known color: Egyptian Blue. HEX triplet: 22, 43 and 98. RGB value is (34,67,152). Sum of RGB (Red+Green+Blue) = 34+67+152=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #224398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224398 is #DDBC67. Grayscale: #424242. Windows color (decimal): -14531688 or 9978658. OLE color: 9978658.

HSL color Cylindrical-coordinate representation of color #224398: hue angle of 223.22º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224398 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 67 152 -
CMYK 0.78 0.56 0 0.40
HSL 223.22º 0.63% 0.36% -
HSV(B) 223.22º 0.78% 0.6% -
XYZ 8.33 6.62 30.54 -
YUV 66.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 34 67 152 0.78 0.56 0 0.40 223.22 0.63 0.36
Hex 22 43 98 4E 38 0 28 DF 3F 24
Octal 42 103 230 116 70 0 50 337 77 44
Binary 100010 1000011 10011000 1001110 111000 0 101000 11011111 111111 100100

Color Harmonies of #224398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224398

Black with #224398

Text Example


Text Example

White with #224398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224398; }

 p { color: rgb(34,67,152); }

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

background-color css

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

 a { background-color: rgb(34,67,152); }

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

border-color css

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

 span { border-color: rgb(34,67,152); }

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