Html Css Color HEX #221DAE Persian Blue

📋 copy color: '#221DAE'

red 34 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #221DAE

Tints of Persian Blue #221DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

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

R = 14.35%
G = 12.24%
B = 73.42%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#221DAE (or 0x221DAE) is known color: Persian Blue. HEX triplet: 22, 1D and AE. RGB value is (34,29,174). Sum of RGB (Red+Green+Blue) = 34+29+174=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #221DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221DAE is #DDE251. Grayscale: #2E2E2E. Windows color (decimal): -14541394 or 11410722. OLE color: 11410722.

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

Color convert

RGB 34 29 174 -
CMYK 0.80 0.83 0 0.32
HSL 242.07º 0.71% 0.4% -
HSV(B) 242.07º 0.83% 0.68% -
XYZ 8.74 4.27 40.41 -
YUV 47.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 34 29 174 0.80 0.83 0 0.32 242.07 0.71 0.4
Hex 22 1D AE 50 53 0 20 F2 47 28
Octal 42 35 256 120 123 0 40 362 107 50
Binary 100010 11101 10101110 1010000 1010011 0 100000 11110010 1000111 101000

Color Harmonies of #221DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DAE

Black with #221DAE

Text Example


Text Example

White with #221DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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