Html Css Color HEX #223499 Egyptian Blue

📋 copy color: '#223499'

red 34 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #223499

Tints of Egyptian Blue #223499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 14.23%
G = 21.76%
B = 64.02%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#223499 (or 0x223499) is known color: Egyptian Blue. HEX triplet: 22, 34 and 99. RGB value is (34,52,153). Sum of RGB (Red+Green+Blue) = 34+52+153=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #223499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223499 is #DDCB66. Grayscale: #393939. Windows color (decimal): -14535527 or 10040354. OLE color: 10040354.

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

Color convert

RGB 34 52 153 -
CMYK 0.78 0.66 0 0.4
HSL 230.92º 0.64% 0.37% -
HSV(B) 230.92º 0.78% 0.6% -
XYZ 7.64 5.1 30.72 -
YUV 58.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 34 52 153 0.78 0.66 0 0.4 230.92 0.64 0.37
Hex 22 34 99 4E 42 0 28 E7 40 25
Octal 42 64 231 116 102 0 50 347 100 45
Binary 100010 110100 10011001 1001110 1000010 0 101000 11100111 1000000 100101

Color Harmonies of #223499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223499

Black with #223499

Text Example


Text Example

White with #223499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223499; }

 p { color: rgb(34,52,153); }

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

background-color css

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

 a { background-color: rgb(34,52,153); }

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

border-color css

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

 span { border-color: rgb(34,52,153); }

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