Html Css Color HEX #221CAE Persian Blue

📋 copy color: '#221CAE'

red 34 ◦ green 28 ◦ blue 174

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

Shades of Persian Blue #221CAE

Tints of Persian Blue #221CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

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

R = 14.41%
G = 11.86%
B = 73.73%

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

#221CAE (or 0x221CAE) is known color: Persian Blue. HEX triplet: 22, 1C and AE. RGB value is (34,28,174). Sum of RGB (Red+Green+Blue) = 34+28+174=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #221CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221CAE is #DDE351. Grayscale: #2D2D2D. Windows color (decimal): -14541650 or 11410466. OLE color: 11410466.

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

Color convert

RGB 34 28 174 -
CMYK 0.80 0.84 0 0.32
HSL 242.47º 0.72% 0.4% -
HSV(B) 242.47º 0.84% 0.68% -
XYZ 8.71 4.23 40.4 -
YUV 46.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 34 28 174 0.80 0.84 0 0.32 242.47 0.72 0.4
Hex 22 1C AE 50 54 0 20 F2 48 28
Octal 42 34 256 120 124 0 40 362 110 50
Binary 100010 11100 10101110 1010000 1010100 0 100000 11110010 1001000 101000

Color Harmonies of #221CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CAE

Black with #221CAE

Text Example


Text Example

White with #221CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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