Html Css Color HEX #221DB5 Persian Blue

📋 copy color: '#221DB5'

red 34 ◦ green 29 ◦ blue 181

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

Shades of Persian Blue #221DB5

Tints of Persian Blue #221DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 74.18%

R = 13.93%
G = 11.89%
B = 74.18%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#221DB5 (or 0x221DB5) is known color: Persian Blue. HEX triplet: 22, 1D and B5. RGB value is (34,29,181). Sum of RGB (Red+Green+Blue) = 34+29+181=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #221DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DB5 is #DDE24A. Grayscale: #2F2F2F. Windows color (decimal): -14541387 or 11869474. OLE color: 11869474.

HSL color Cylindrical-coordinate representation of color #221DB5: hue angle of 241.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221DB5 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 29 181 -
CMYK 0.81 0.84 0 0.29
HSL 241.97º 0.72% 0.41% -
HSV(B) 241.97º 0.84% 0.71% -
XYZ 9.44 4.56 44.1 -
YUV 47.82 203.16 118.14 -
System Red Green Blue C M Y K H S L
Decimal 34 29 181 0.81 0.84 0 0.29 241.97 0.72 0.41
Hex 22 1D B5 51 54 0 1D F2 48 29
Octal 42 35 265 121 124 0 35 362 110 51
Binary 100010 11101 10110101 1010001 1010100 0 11101 11110010 1001000 101001

Color Harmonies of #221DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DB5

Black with #221DB5

Text Example


Text Example

White with #221DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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