Html Css Color HEX #221BBA Persian Blue

📋 copy color: '#221BBA'

red 34 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #221BBA

Tints of Persian Blue #221BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 13.77%
G = 10.93%
B = 75.3%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#221BBA (or 0x221BBA) is known color: Persian Blue. HEX triplet: 22, 1B and BA. RGB value is (34,27,186). Sum of RGB (Red+Green+Blue) = 34+27+186=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #221BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BBA is #DDE445. Grayscale: #2E2E2E. Windows color (decimal): -14541894 or 12196642. OLE color: 12196642.

HSL color Cylindrical-coordinate representation of color #221BBA: hue angle of 242.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221BBA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 27 186 -
CMYK 0.82 0.85 0 0.27
HSL 242.64º 0.75% 0.42% -
HSV(B) 242.64º 0.85% 0.73% -
XYZ 9.91 4.67 46.83 -
YUV 47.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 34 27 186 0.82 0.85 0 0.27 242.64 0.75 0.42
Hex 22 1B BA 52 55 0 1B F3 4B 2A
Octal 42 33 272 122 125 0 33 363 113 52
Binary 100010 11011 10111010 1010010 1010101 0 11011 11110011 1001011 101010

Color Harmonies of #221BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BBA

Black with #221BBA

Text Example


Text Example

White with #221BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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