Html Css Color HEX #223BA1 Egyptian Blue

📋 copy color: '#223BA1'

red 34 ◦ green 59 ◦ blue 161

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

Shades of Egyptian Blue #223BA1

Tints of Egyptian Blue #223BA1

RGB

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

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

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

R = 13.39%
G = 23.23%
B = 63.39%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#223BA1 (or 0x223BA1) is known color: Egyptian Blue. HEX triplet: 22, 3B and A1. RGB value is (34,59,161). Sum of RGB (Red+Green+Blue) = 34+59+161=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #223BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA1 is #DDC45E. Grayscale: #3E3E3E. Windows color (decimal): -14533727 or 10566434. OLE color: 10566434.

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

Color convert

RGB 34 59 161 -
CMYK 0.79 0.63 0 0.37
HSL 228.19º 0.65% 0.38% -
HSV(B) 228.19º 0.79% 0.63% -
XYZ 8.66 6.04 34.43 -
YUV 63.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 34 59 161 0.79 0.63 0 0.37 228.19 0.65 0.38
Hex 22 3B A1 4F 3F 0 25 E4 41 26
Octal 42 73 241 117 77 0 45 344 101 46
Binary 100010 111011 10100001 1001111 111111 0 100101 11100100 1000001 100110

Color Harmonies of #223BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BA1

Black with #223BA1

Text Example


Text Example

White with #223BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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