Html Css Color HEX #221BAE Persian Blue

📋 copy color: '#221BAE'

red 34 ◦ green 27 ◦ blue 174

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

Shades of Persian Blue #221BAE

Tints of Persian Blue #221BAE

RGB

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

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

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

R = 14.47%
G = 11.49%
B = 74.04%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#221BAE (or 0x221BAE) is known color: Persian Blue. HEX triplet: 22, 1B and AE. RGB value is (34,27,174). Sum of RGB (Red+Green+Blue) = 34+27+174=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #221BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BAE is #DDE451. Grayscale: #2D2D2D. Windows color (decimal): -14541906 or 11410210. OLE color: 11410210.

HSL color Cylindrical-coordinate representation of color #221BAE: hue angle of 242.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221BAE is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 27 174 -
CMYK 0.80 0.84 0 0.32
HSL 242.86º 0.73% 0.39% -
HSV(B) 242.86º 0.84% 0.68% -
XYZ 8.69 4.18 40.39 -
YUV 45.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 34 27 174 0.80 0.84 0 0.32 242.86 0.73 0.39
Hex 22 1B AE 50 54 0 20 F3 49 27
Octal 42 33 256 120 124 0 40 363 111 47
Binary 100010 11011 10101110 1010000 1010100 0 100000 11110011 1001001 100111

Color Harmonies of #221BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BAE

Black with #221BAE

Text Example


Text Example

White with #221BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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