#211DD4

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

Shades of Persian Blue #211DD4

Tints of Persian Blue #211DD4

Color information

#211DD4 (or 0x211DD4) is unknown color: approx Persian Blue. HEX triplet: 21, 1D and D4. RGB value is (33,29,212). Sum of RGB (Red+Green+Blue) = 33+29+212=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 212 (83.20% from 255 or 77.37% from 274); Max value from RGB is 212 - color contains mainly: blue. Hex color #211DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DD4 is #DEE22B. Grayscale: #323232. Windows color (decimal): -14606892 or 13901089. OLE color: 13901089.

HSL color Cylindrical-coordinate representation of color #211DD4: hue angle of 241.31º 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 #211DD4 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3329212-
CMYK0.840.8600.17
HSL241.31º75.93%47.25%-
HSV(B)241.31º86.32%83.14%-
XYZ12.955.9662.75-
YUV51.06218.83115.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 212 (83.20% from 255) = 77.37%
R=12.04%
G=10.58%
B=77.37%

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
Decimal33292120.840.8600.17241.3175.9347.25
Hex211DD45456011f14c2f
Octal413532412412602136111457
Binary100001111011101010010101001010110010001111100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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