Html Css Color HEX #221BAF Persian Blue

📋 copy color: '#221BAF'

red 34 ◦ green 27 ◦ blue 175

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

Shades of Persian Blue #221BAF

Tints of Persian Blue #221BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

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

R = 14.41%
G = 11.44%
B = 74.15%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#221BAF (or 0x221BAF) is known color: Persian Blue. HEX triplet: 22, 1B and AF. RGB value is (34,27,175). Sum of RGB (Red+Green+Blue) = 34+27+175=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #221BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BAF is #DDE450. Grayscale: #2D2D2D. Windows color (decimal): -14541905 or 11475746. OLE color: 11475746.

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

Color convert

RGB 34 27 175 -
CMYK 0.81 0.85 0 0.31
HSL 242.84º 0.73% 0.4% -
HSV(B) 242.84º 0.85% 0.69% -
XYZ 8.79 4.22 40.91 -
YUV 45.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 34 27 175 0.81 0.85 0 0.31 242.84 0.73 0.4
Hex 22 1B AF 51 55 0 1F F3 49 28
Octal 42 33 257 121 125 0 37 363 111 50
Binary 100010 11011 10101111 1010001 1010101 0 11111 11110011 1001001 101000

Color Harmonies of #221BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BAF

Black with #221BAF

Text Example


Text Example

White with #221BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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