Html Css Color HEX #223BA2 Egyptian Blue

📋 copy color: '#223BA2'

red 34 ◦ green 59 ◦ blue 162

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

Shades of Egyptian Blue #223BA2

Tints of Egyptian Blue #223BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.14%

 BLUE value IS 162 (63.67% from 255) = 63.53%

R = 13.33%
G = 23.14%
B = 63.53%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#223BA2 (or 0x223BA2) is known color: Egyptian Blue. HEX triplet: 22, 3B and A2. RGB value is (34,59,162). Sum of RGB (Red+Green+Blue) = 34+59+162=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 162 (63.67% from 255 or 63.53% from 255); Max value from RGB is 162 - color contains mainly: blue. Hex color #223BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA2 is #DDC45D. Grayscale: #3E3E3E. Windows color (decimal): -14533726 or 10631970. OLE color: 10631970.

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

Color convert

RGB 34 59 162 -
CMYK 0.79 0.64 0 0.36
HSL 228.28º 0.65% 0.38% -
HSV(B) 228.28º 0.79% 0.64% -
XYZ 8.75 6.08 34.89 -
YUV 63.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 34 59 162 0.79 0.64 0 0.36 228.28 0.65 0.38
Hex 22 3B A2 4F 40 0 24 E4 41 26
Octal 42 73 242 117 100 0 44 344 101 46
Binary 100010 111011 10100010 1001111 1000000 0 100100 11100100 1000001 100110

Color Harmonies of #223BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BA2

Black with #223BA2

Text Example


Text Example

White with #223BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,162); }

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

background-color css

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

 a { background-color: rgb(34,59,162); }

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

border-color css

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

 span { border-color: rgb(34,59,162); }

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