Html Css Color HEX #221DDB Persian Blue

📋 copy color: '#221DDB'

red 34 ◦ green 29 ◦ blue 219

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

Shades of Persian Blue #221DDB

Tints of Persian Blue #221DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 219 (85.94% from 255) = 77.66%

R = 12.06%
G = 10.28%
B = 77.66%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#221DDB (or 0x221DDB) is known color: Persian Blue. HEX triplet: 22, 1D and DB. RGB value is (34,29,219). Sum of RGB (Red+Green+Blue) = 34+29+219=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #221DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DDB is #DDE224. Grayscale: #333333. Windows color (decimal): -14541349 or 14359842. OLE color: 14359842.

HSL color Cylindrical-coordinate representation of color #221DDB: hue angle of 241.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221DDB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 29 219 -
CMYK 0.84 0.87 0 0.14
HSL 241.58º 0.77% 0.49% -
HSV(B) 241.58º 0.87% 0.86% -
XYZ 13.89 6.33 67.51 -
YUV 52.16 222.16 115.05 -
System Red Green Blue C M Y K H S L
Decimal 34 29 219 0.84 0.87 0 0.14 241.58 0.77 0.49
Hex 22 1D DB 54 57 0 E F2 4D 31
Octal 42 35 333 124 127 0 16 362 115 61
Binary 100010 11101 11011011 1010100 1010111 0 1110 11110010 1001101 110001

Color Harmonies of #221DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DDB

Black with #221DDB

Text Example


Text Example

White with #221DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,29,219); }

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

background-color css

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

 a { background-color: rgb(34,29,219); }

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

border-color css

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

 span { border-color: rgb(34,29,219); }

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