#2137E1

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

Shades of Persian Blue #2137E1

Tints of Persian Blue #2137E1

Color information

#2137E1 (or 0x2137E1) is unknown color: approx Persian Blue. HEX triplet: 21, 37 and E1. RGB value is (33,55,225). Sum of RGB (Red+Green+Blue) = 33+55+225=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #2137E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137E1 is #DEC81E. Grayscale: #434343. Windows color (decimal): -14600223 or 14759713. OLE color: 14759713.

HSL color Cylindrical-coordinate representation of color #2137E1: hue angle of 233.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2137E1 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3355225-
CMYK0.850.7600.12
HSL233.12º76.19%50.59%-
HSV(B)233.12º85.33%88.24%-
XYZ15.588.4972.05-
YUV67.8216.71103.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 225 (88.28% from 255) = 71.88%
R=10.54%
G=17.57%
B=71.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33552250.850.7600.12233.1276.1950.59
Hex2137E1554C0Ce94c33
Octal416734112511401435111463
Binary100001110111111000011010101100110001100111010011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2137E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2137E1; }

 p { color: rgb(33,55,225); }

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

<style>
 a { background-color: #2137E1; }

 a { background-color: rgb(33,55,225); }

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

<style>
 span { border-color: #2137E1; }

 span { border-color: rgb(33,55,225); }

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