Html Css Color HEX #221DB0 Persian Blue

📋 copy color: '#221DB0'

red 34 ◦ green 29 ◦ blue 176

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

Shades of Persian Blue #221DB0

Tints of Persian Blue #221DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 73.64%

R = 14.23%
G = 12.13%
B = 73.64%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#221DB0 (or 0x221DB0) is known color: Persian Blue. HEX triplet: 22, 1D and B0. RGB value is (34,29,176). Sum of RGB (Red+Green+Blue) = 34+29+176=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #221DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221DB0 is #DDE24F. Grayscale: #2E2E2E. Windows color (decimal): -14541392 or 11541794. OLE color: 11541794.

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

Color convert

RGB 34 29 176 -
CMYK 0.81 0.84 0 0.31
HSL 242.04º 0.72% 0.4% -
HSV(B) 242.04º 0.84% 0.69% -
XYZ 8.94 4.35 41.44 -
YUV 47.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 34 29 176 0.81 0.84 0 0.31 242.04 0.72 0.4
Hex 22 1D B0 51 54 0 1F F2 48 28
Octal 42 35 260 121 124 0 37 362 110 50
Binary 100010 11101 10110000 1010001 1010100 0 11111 11110010 1001000 101000

Color Harmonies of #221DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DB0

Black with #221DB0

Text Example


Text Example

White with #221DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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