Html Css Color HEX #223BA4 Egyptian Blue

📋 copy color: '#223BA4'

red 34 ◦ green 59 ◦ blue 164

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

Shades of Egyptian Blue #223BA4

Tints of Egyptian Blue #223BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 63.81%

R = 13.23%
G = 22.96%
B = 63.81%

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

#223BA4 (or 0x223BA4) is known color: Egyptian Blue. HEX triplet: 22, 3B and A4. RGB value is (34,59,164). Sum of RGB (Red+Green+Blue) = 34+59+164=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #223BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA4 is #DDC45B. Grayscale: #3F3F3F. Windows color (decimal): -14533724 or 10763042. OLE color: 10763042.

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

Color convert

RGB 34 59 164 -
CMYK 0.79 0.64 0 0.36
HSL 228.46º 0.66% 0.39% -
HSV(B) 228.46º 0.79% 0.64% -
XYZ 8.92 6.15 35.84 -
YUV 63.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 34 59 164 0.79 0.64 0 0.36 228.46 0.66 0.39
Hex 22 3B A4 4F 40 0 24 E4 42 27
Octal 42 73 244 117 100 0 44 344 102 47
Binary 100010 111011 10100100 1001111 1000000 0 100100 11100100 1000010 100111

Color Harmonies of #223BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BA4

Black with #223BA4

Text Example


Text Example

White with #223BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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