Html Css Color HEX #221DB9 Persian Blue

📋 copy color: '#221DB9'

red 34 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #221DB9

Tints of Persian Blue #221DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.6%

R = 13.71%
G = 11.69%
B = 74.6%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#221DB9 (or 0x221DB9) is known color: Persian Blue. HEX triplet: 22, 1D and B9. RGB value is (34,29,185). Sum of RGB (Red+Green+Blue) = 34+29+185=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #221DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DB9 is #DDE246. Grayscale: #2F2F2F. Windows color (decimal): -14541383 or 12131618. OLE color: 12131618.

HSL color Cylindrical-coordinate representation of color #221DB9: hue angle of 241.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221DB9 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 29 185 -
CMYK 0.82 0.84 0 0.27
HSL 241.92º 0.73% 0.42% -
HSV(B) 241.92º 0.84% 0.73% -
XYZ 9.86 4.72 46.29 -
YUV 48.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 34 29 185 0.82 0.84 0 0.27 241.92 0.73 0.42
Hex 22 1D B9 52 54 0 1B F2 49 2A
Octal 42 35 271 122 124 0 33 362 111 52
Binary 100010 11101 10111001 1010010 1010100 0 11011 11110010 1001001 101010

Color Harmonies of #221DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DB9

Black with #221DB9

Text Example


Text Example

White with #221DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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