Html Css Color HEX #221AC5 Persian Blue

📋 copy color: '#221AC5'

red 34 ◦ green 26 ◦ blue 197

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

Shades of Persian Blue #221AC5

Tints of Persian Blue #221AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 76.65%

R = 13.23%
G = 10.12%
B = 76.65%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#221AC5 (or 0x221AC5) is known color: Persian Blue. HEX triplet: 22, 1A and C5. RGB value is (34,26,197). Sum of RGB (Red+Green+Blue) = 34+26+197=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #221AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221AC5 is #DDE53A. Grayscale: #2F2F2F. Windows color (decimal): -14542139 or 12917282. OLE color: 12917282.

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

Color convert

RGB 34 26 197 -
CMYK 0.83 0.87 0 0.23
HSL 242.81º 0.77% 0.44% -
HSV(B) 242.81º 0.87% 0.77% -
XYZ 11.11 5.11 53.22 -
YUV 47.89 212.15 118.1 -
System Red Green Blue C M Y K H S L
Decimal 34 26 197 0.83 0.87 0 0.23 242.81 0.77 0.44
Hex 22 1A C5 53 57 0 17 F3 4D 2C
Octal 42 32 305 123 127 0 27 363 115 54
Binary 100010 11010 11000101 1010011 1010111 0 10111 11110011 1001101 101100

Color Harmonies of #221AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221AC5

Black with #221AC5

Text Example


Text Example

White with #221AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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