Html Css Color HEX #222BA3 Egyptian Blue

📋 copy color: '#222BA3'

red 34 ◦ green 43 ◦ blue 163

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

Shades of Egyptian Blue #222BA3

Tints of Egyptian Blue #222BA3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

 BLUE value IS 163 (64.06% from 255) = 67.92%

R = 14.17%
G = 17.92%
B = 67.92%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#222BA3 (or 0x222BA3) is known color: Egyptian Blue. HEX triplet: 22, 2B and A3. RGB value is (34,43,163). Sum of RGB (Red+Green+Blue) = 34+43+163=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #222BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BA3 is #DDD45C. Grayscale: #353535. Windows color (decimal): -14537821 or 10693410. OLE color: 10693410.

HSL color Cylindrical-coordinate representation of color #222BA3: hue angle of 235.81º degrees, saturation: 0.65, 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 #222BA3 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 43 163 -
CMYK 0.79 0.74 0 0.36
HSL 235.81º 0.65% 0.39% -
HSV(B) 235.81º 0.79% 0.64% -
XYZ 8.13 4.71 35.13 -
YUV 53.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 34 43 163 0.79 0.74 0 0.36 235.81 0.65 0.39
Hex 22 2B A3 4F 4A 0 24 EC 41 27
Octal 42 53 243 117 112 0 44 354 101 47
Binary 100010 101011 10100011 1001111 1001010 0 100100 11101100 1000001 100111

Color Harmonies of #222BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BA3

Black with #222BA3

Text Example


Text Example

White with #222BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222BA3; }

 p { color: rgb(34,43,163); }

 H1.HeaderClassName
 {
   color: #222BA3;
 }
 .AnyTagClassName
 {
   color: #222BA3;
 }
</style>

background-color css

<style>
 a { background-color: #222BA3; }

 a { background-color: rgb(34,43,163); }

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

border-color css

<style>
 span { border-color: #222BA3; }

 span { border-color: rgb(34,43,163); }

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