Html Css Color HEX #221ACD Persian Blue

📋 copy color: '#221ACD'

red 34 ◦ green 26 ◦ blue 205

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

Shades of Persian Blue #221ACD

Tints of Persian Blue #221ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 205 (80.47% from 255) = 77.36%

R = 12.83%
G = 9.81%
B = 77.36%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#221ACD (or 0x221ACD) is known color: Persian Blue. HEX triplet: 22, 1A and CD. RGB value is (34,26,205). Sum of RGB (Red+Green+Blue) = 34+26+205=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #221ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ACD is #DDE532. Grayscale: #303030. Windows color (decimal): -14542131 or 13441570. OLE color: 13441570.

HSL color Cylindrical-coordinate representation of color #221ACD: hue angle of 242.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221ACD is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 26 205 -
CMYK 0.83 0.87 0 0.20
HSL 242.68º 0.77% 0.45% -
HSV(B) 242.68º 0.87% 0.8% -
XYZ 12.05 5.49 58.18 -
YUV 48.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 34 26 205 0.83 0.87 0 0.20 242.68 0.77 0.45
Hex 22 1A CD 53 57 0 14 F3 4D 2D
Octal 42 32 315 123 127 0 24 363 115 55
Binary 100010 11010 11001101 1010011 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #221ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ACD

Black with #221ACD

Text Example


Text Example

White with #221ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,26,205); }

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

background-color css

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

 a { background-color: rgb(34,26,205); }

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

border-color css

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

 span { border-color: rgb(34,26,205); }

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