Html Css Color HEX #222BAE Persian Blue

📋 copy color: '#222BAE'

red 34 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #222BAE

Tints of Persian Blue #222BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 13.55%
G = 17.13%
B = 69.32%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#222BAE (or 0x222BAE) is known color: Persian Blue. HEX triplet: 22, 2B and AE. RGB value is (34,43,174). Sum of RGB (Red+Green+Blue) = 34+43+174=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #222BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAE is #DDD451. Grayscale: #363636. Windows color (decimal): -14537810 or 11414306. OLE color: 11414306.

HSL color Cylindrical-coordinate representation of color #222BAE: hue angle of 236.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222BAE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 43 174 -
CMYK 0.80 0.75 0 0.32
HSL 236.14º 0.67% 0.41% -
HSV(B) 236.14º 0.8% 0.68% -
XYZ 9.16 5.12 40.55 -
YUV 55.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 34 43 174 0.80 0.75 0 0.32 236.14 0.67 0.41
Hex 22 2B AE 50 4B 0 20 EC 43 29
Octal 42 53 256 120 113 0 40 354 103 51
Binary 100010 101011 10101110 1010000 1001011 0 100000 11101100 1000011 101001

Color Harmonies of #222BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BAE

Black with #222BAE

Text Example


Text Example

White with #222BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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