#221DD4

Color #221DD4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #221DD4

Tints of Persian Blue #221DD4

Color information

#221DD4 (or 0x221DD4) is unknown color: approx Persian Blue. HEX triplet: 22, 1D and D4. RGB value is (34,29,212). Sum of RGB (Red+Green+Blue) = 34+29+212=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #221DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DD4 is #DDE22B. Grayscale: #323232. Windows color (decimal): -14541356 or 13901090. OLE color: 13901090.

HSL color Cylindrical-coordinate representation of color #221DD4: hue angle of 241.64º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221DD4 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3429212-
CMYK0.840.8600.17
HSL241.64º75.93%47.25%-
HSV(B)241.64º86.32%83.14%-
XYZ12.985.9762.76-
YUV51.36218.66115.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 212 (83.20% from 255) = 77.09%
R=12.36%
G=10.55%
B=77.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal34292120.840.8600.17241.6475.9347.25
Hex221DD45456011f24c2f
Octal423532412412602136211457
Binary100010111011101010010101001010110010001111100101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #221DD4;
 }
 .AnyTagClassName
 {
   color: #221DD4;
 }
</style>
background-color css

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

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

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

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

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

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