#2132DE

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

Shades of Persian Blue #2132DE

Tints of Persian Blue #2132DE

Color information

#2132DE (or 0x2132DE) is unknown color: approx Persian Blue. HEX triplet: 21, 32 and DE. RGB value is (33,50,222). Sum of RGB (Red+Green+Blue) = 33+50+222=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #2132DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2132DE is #DECD21. Grayscale: #3F3F3F. Windows color (decimal): -14601506 or 14561825. OLE color: 14561825.

HSL color Cylindrical-coordinate representation of color #2132DE: hue angle of 234.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2132DE is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3350222-
CMYK0.850.7700.13
HSL234.6º74.12%50%-
HSV(B)234.6º85.14%87.06%-
XYZ14.957.8869.84-
YUV64.53216.87105.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 222 (87.11% from 255) = 72.79%
R=10.82%
G=16.39%
B=72.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33502220.850.7700.13234.674.1250
Hex2132DE554D0Deb4a32
Octal416233612511501535311262
Binary100001110010110111101010101100110101101111010111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2132DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2132DE; }

 p { color: rgb(33,50,222); }

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

<style>
 a { background-color: #2132DE; }

 a { background-color: rgb(33,50,222); }

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

<style>
 span { border-color: #2132DE; }

 span { border-color: rgb(33,50,222); }

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