Html Css Color HEX #223AA0 Egyptian Blue

📋 copy color: '#223AA0'

red 34 ◦ green 58 ◦ blue 160

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

Shades of Egyptian Blue #223AA0

Tints of Egyptian Blue #223AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

 BLUE value IS 160 (62.89% from 255) = 63.49%

R = 13.49%
G = 23.02%
B = 63.49%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#223AA0 (or 0x223AA0) is known color: Egyptian Blue. HEX triplet: 22, 3A and A0. RGB value is (34,58,160). Sum of RGB (Red+Green+Blue) = 34+58+160=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #223AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AA0 is #DDC55F. Grayscale: #3E3E3E. Windows color (decimal): -14533984 or 10500642. OLE color: 10500642.

HSL color Cylindrical-coordinate representation of color #223AA0: hue angle of 228.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #223AA0 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 58 160 -
CMYK 0.79 0.64 0 0.37
HSL 228.57º 0.65% 0.38% -
HSV(B) 228.57º 0.79% 0.63% -
XYZ 8.52 5.9 33.95 -
YUV 62.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 34 58 160 0.79 0.64 0 0.37 228.57 0.65 0.38
Hex 22 3A A0 4F 40 0 25 E5 41 26
Octal 42 72 240 117 100 0 45 345 101 46
Binary 100010 111010 10100000 1001111 1000000 0 100101 11100101 1000001 100110

Color Harmonies of #223AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AA0

Black with #223AA0

Text Example


Text Example

White with #223AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223AA0; }

 p { color: rgb(34,58,160); }

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

background-color css

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

 a { background-color: rgb(34,58,160); }

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

border-color css

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

 span { border-color: rgb(34,58,160); }

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