Html Css Color HEX #221ACE Persian Blue

📋 copy color: '#221ACE'

red 34 ◦ green 26 ◦ blue 206

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

Shades of Persian Blue #221ACE

Tints of Persian Blue #221ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.44%

R = 12.78%
G = 9.77%
B = 77.44%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#221ACE (or 0x221ACE) is known color: Persian Blue. HEX triplet: 22, 1A and CE. RGB value is (34,26,206). Sum of RGB (Red+Green+Blue) = 34+26+206=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #221ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ACE is #DDE531. Grayscale: #303030. Windows color (decimal): -14542130 or 13507106. OLE color: 13507106.

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

Color convert

RGB 34 26 206 -
CMYK 0.83 0.87 0 0.19
HSL 242.67º 0.78% 0.45% -
HSV(B) 242.67º 0.87% 0.81% -
XYZ 12.17 5.54 58.82 -
YUV 48.91 216.65 117.36 -
System Red Green Blue C M Y K H S L
Decimal 34 26 206 0.83 0.87 0 0.19 242.67 0.78 0.45
Hex 22 1A CE 53 57 0 13 F3 4E 2D
Octal 42 32 316 123 127 0 23 363 116 55
Binary 100010 11010 11001110 1010011 1010111 0 10011 11110011 1001110 101101

Color Harmonies of #221ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ACE

Black with #221ACE

Text Example


Text Example

White with #221ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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