Html Css Color HEX #221EC9 Persian Blue

📋 copy color: '#221EC9'

red 34 ◦ green 30 ◦ blue 201

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

Shades of Persian Blue #221EC9

Tints of Persian Blue #221EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.32%

 BLUE value IS 201 (78.91% from 255) = 75.85%

R = 12.83%
G = 11.32%
B = 75.85%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#221EC9 (or 0x221EC9) is known color: Persian Blue. HEX triplet: 22, 1E and C9. RGB value is (34,30,201). Sum of RGB (Red+Green+Blue) = 34+30+201=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 201 (78.91% from 255 or 75.85% from 265); Max value from RGB is 201 - color contains mainly: blue. Hex color #221EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EC9 is #DDE136. Grayscale: #323232. Windows color (decimal): -14541111 or 13180450. OLE color: 13180450.

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

Color convert

RGB 34 30 201 -
CMYK 0.83 0.85 0 0.21
HSL 241.4º 0.74% 0.45% -
HSV(B) 241.4º 0.85% 0.79% -
XYZ 11.67 5.49 55.7 -
YUV 50.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 34 30 201 0.83 0.85 0 0.21 241.4 0.74 0.45
Hex 22 1E C9 53 55 0 15 F1 4A 2D
Octal 42 36 311 123 125 0 25 361 112 55
Binary 100010 11110 11001001 1010011 1010101 0 10101 11110001 1001010 101101

Color Harmonies of #221EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221EC9

Black with #221EC9

Text Example


Text Example

White with #221EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,201); }

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

background-color css

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

 a { background-color: rgb(34,30,201); }

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

border-color css

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

 span { border-color: rgb(34,30,201); }

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