Html Css Color HEX #222BA4 Egyptian Blue

📋 copy color: '#222BA4'

red 34 ◦ green 43 ◦ blue 164

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

Shades of Egyptian Blue #222BA4

Tints of Egyptian Blue #222BA4

RGB

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

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

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

R = 14.11%
G = 17.84%
B = 68.05%

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

#222BA4 (or 0x222BA4) is known color: Egyptian Blue. HEX triplet: 22, 2B and A4. RGB value is (34,43,164). Sum of RGB (Red+Green+Blue) = 34+43+164=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #222BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BA4 is #DDD45B. Grayscale: #353535. Windows color (decimal): -14537820 or 10758946. OLE color: 10758946.

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

Color convert

RGB 34 43 164 -
CMYK 0.79 0.74 0 0.36
HSL 235.85º 0.66% 0.39% -
HSV(B) 235.85º 0.79% 0.64% -
XYZ 8.22 4.75 35.6 -
YUV 54.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 34 43 164 0.79 0.74 0 0.36 235.85 0.66 0.39
Hex 22 2B A4 4F 4A 0 24 EC 42 27
Octal 42 53 244 117 112 0 44 354 102 47
Binary 100010 101011 10100100 1001111 1001010 0 100100 11101100 1000010 100111

Color Harmonies of #222BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BA4

Black with #222BA4

Text Example


Text Example

White with #222BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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