Html Css Color HEX #222FAB Persian Blue

📋 copy color: '#222FAB'

red 34 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #222FAB

Tints of Persian Blue #222FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 13.49%
G = 18.65%
B = 67.86%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#222FAB (or 0x222FAB) is known color: Persian Blue. HEX triplet: 22, 2F and AB. RGB value is (34,47,171). Sum of RGB (Red+Green+Blue) = 34+47+171=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #222FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222FAB is #DDD054. Grayscale: #383838. Windows color (decimal): -14536789 or 11218722. OLE color: 11218722.

HSL color Cylindrical-coordinate representation of color #222FAB: hue angle of 234.31º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222FAB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 47 171 -
CMYK 0.80 0.73 0 0.33
HSL 234.31º 0.67% 0.4% -
HSV(B) 234.31º 0.8% 0.67% -
XYZ 9.03 5.31 39.08 -
YUV 57.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 34 47 171 0.80 0.73 0 0.33 234.31 0.67 0.4
Hex 22 2F AB 50 49 0 21 EA 43 28
Octal 42 57 253 120 111 0 41 352 103 50
Binary 100010 101111 10101011 1010000 1001001 0 100001 11101010 1000011 101000

Color Harmonies of #222FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222FAB

Black with #222FAB

Text Example


Text Example

White with #222FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,47,171); }

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

background-color css

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

 a { background-color: rgb(34,47,171); }

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

border-color css

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

 span { border-color: rgb(34,47,171); }

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