Html Css Color HEX #221ACA Persian Blue

📋 copy color: '#221ACA'

red 34 ◦ green 26 ◦ blue 202

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

Shades of Persian Blue #221ACA

Tints of Persian Blue #221ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 77.1%

R = 12.98%
G = 9.92%
B = 77.1%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#221ACA (or 0x221ACA) is known color: Persian Blue. HEX triplet: 22, 1A and CA. RGB value is (34,26,202). Sum of RGB (Red+Green+Blue) = 34+26+202=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #221ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ACA is #DDE535. Grayscale: #2F2F2F. Windows color (decimal): -14542134 or 13244962. OLE color: 13244962.

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

Color convert

RGB 34 26 202 -
CMYK 0.83 0.87 0 0.21
HSL 242.73º 0.77% 0.45% -
HSV(B) 242.73º 0.87% 0.79% -
XYZ 11.69 5.34 56.29 -
YUV 48.46 214.65 117.69 -
System Red Green Blue C M Y K H S L
Decimal 34 26 202 0.83 0.87 0 0.21 242.73 0.77 0.45
Hex 22 1A CA 53 57 0 15 F3 4D 2D
Octal 42 32 312 123 127 0 25 363 115 55
Binary 100010 11010 11001010 1010011 1010111 0 10101 11110011 1001101 101101

Color Harmonies of #221ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ACA

Black with #221ACA

Text Example


Text Example

White with #221ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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