Html Css Color HEX #221ECB Persian Blue

📋 copy color: '#221ECB'

red 34 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #221ECB

Tints of Persian Blue #221ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 12.73%
G = 11.24%
B = 76.03%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#221ECB (or 0x221ECB) is known color: Persian Blue. HEX triplet: 22, 1E and CB. RGB value is (34,30,203). Sum of RGB (Red+Green+Blue) = 34+30+203=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #221ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ECB is #DDE134. Grayscale: #323232. Windows color (decimal): -14541109 or 13311522. OLE color: 13311522.

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

Color convert

RGB 34 30 203 -
CMYK 0.83 0.85 0 0.20
HSL 241.39º 0.74% 0.46% -
HSV(B) 241.39º 0.85% 0.8% -
XYZ 11.9 5.58 56.95 -
YUV 50.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 34 30 203 0.83 0.85 0 0.20 241.39 0.74 0.46
Hex 22 1E CB 53 55 0 14 F1 4A 2E
Octal 42 36 313 123 125 0 24 361 112 56
Binary 100010 11110 11001011 1010011 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #221ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ECB

Black with #221ECB

Text Example


Text Example

White with #221ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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