#2132E3

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

Shades of Persian Blue #2132E3

Tints of Persian Blue #2132E3

Color information

#2132E3 (or 0x2132E3) is unknown color: approx Persian Blue. HEX triplet: 21, 32 and E3. RGB value is (33,50,227). Sum of RGB (Red+Green+Blue) = 33+50+227=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 227 (89.06% from 255 or 73.23% from 310); Max value from RGB is 227 - color contains mainly: blue. Hex color #2132E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2132E3 is #DECD1C. Grayscale: #404040. Windows color (decimal): -14601501 or 14889505. OLE color: 14889505.

HSL color Cylindrical-coordinate representation of color #2132E3: hue angle of 234.74º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2132E3 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3350227-
CMYK0.850.7800.11
HSL234.74º77.6%50.98%-
HSV(B)234.74º85.46%89.02%-
XYZ15.638.1573.42-
YUV65.1219.37105.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.65%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 227 (89.06% from 255) = 73.23%
R=10.65%
G=16.13%
B=73.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal33502270.850.7800.11234.7477.650.98
Hex2132E3554E0Beb4e33
Octal416234312511601335311663
Binary100001110010111000111010101100111001011111010111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2132E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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