Html Css Color HEX #222BAF Persian Blue

📋 copy color: '#222BAF'

red 34 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #222BAF

Tints of Persian Blue #222BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.44%

R = 13.49%
G = 17.06%
B = 69.44%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#222BAF (or 0x222BAF) is known color: Persian Blue. HEX triplet: 22, 2B and AF. RGB value is (34,43,175). Sum of RGB (Red+Green+Blue) = 34+43+175=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #222BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222BAF is #DDD450. Grayscale: #363636. Windows color (decimal): -14537809 or 11479842. OLE color: 11479842.

HSL color Cylindrical-coordinate representation of color #222BAF: hue angle of 236.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222BAF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 43 175 -
CMYK 0.81 0.75 0 0.31
HSL 236.17º 0.67% 0.41% -
HSV(B) 236.17º 0.81% 0.69% -
XYZ 9.26 5.16 41.07 -
YUV 55.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 34 43 175 0.81 0.75 0 0.31 236.17 0.67 0.41
Hex 22 2B AF 51 4B 0 1F EC 43 29
Octal 42 53 257 121 113 0 37 354 103 51
Binary 100010 101011 10101111 1010001 1001011 0 11111 11101100 1000011 101001

Color Harmonies of #222BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BAF

Black with #222BAF

Text Example


Text Example

White with #222BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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