Html Css Color HEX #223AA1 Egyptian Blue

📋 copy color: '#223AA1'

red 34 ◦ green 58 ◦ blue 161

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

Shades of Egyptian Blue #223AA1

Tints of Egyptian Blue #223AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 63.64%

R = 13.44%
G = 22.92%
B = 63.64%

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

#223AA1 (or 0x223AA1) is known color: Egyptian Blue. HEX triplet: 22, 3A and A1. RGB value is (34,58,161). Sum of RGB (Red+Green+Blue) = 34+58+161=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 161 (63.28% from 255 or 63.64% from 253); Max value from RGB is 161 - color contains mainly: blue. Hex color #223AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AA1 is #DDC55E. Grayscale: #3E3E3E. Windows color (decimal): -14533983 or 10566178. OLE color: 10566178.

HSL color Cylindrical-coordinate representation of color #223AA1: hue angle of 228.66º 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 #223AA1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 58 161 -
CMYK 0.79 0.64 0 0.37
HSL 228.66º 0.65% 0.38% -
HSV(B) 228.66º 0.79% 0.63% -
XYZ 8.61 5.94 34.41 -
YUV 62.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 34 58 161 0.79 0.64 0 0.37 228.66 0.65 0.38
Hex 22 3A A1 4F 40 0 25 E5 41 26
Octal 42 72 241 117 100 0 45 345 101 46
Binary 100010 111010 10100001 1001111 1000000 0 100101 11100101 1000001 100110

Color Harmonies of #223AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223AA1

Black with #223AA1

Text Example


Text Example

White with #223AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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