#2137B9

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

Shades of Persian Blue #2137B9

Tints of Persian Blue #2137B9

Color information

#2137B9 (or 0x2137B9) is unknown color: approx Persian Blue. HEX triplet: 21, 37 and B9. RGB value is (33,55,185). Sum of RGB (Red+Green+Blue) = 33+55+185=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #2137B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137B9 is #DEC846. Grayscale: #3E3E3E. Windows color (decimal): -14600263 or 12138273. OLE color: 12138273.

HSL color Cylindrical-coordinate representation of color #2137B9: hue angle of 231.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2137B9 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3355185-
CMYK0.820.7000.27
HSL231.32º69.72%42.75%-
HSV(B)231.32º82.16%72.55%-
XYZ10.756.5646.6-
YUV63.24196.71106.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 185 (72.66% from 255) = 67.77%
R=12.09%
G=20.15%
B=67.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33551850.820.7000.27231.3269.7242.75
Hex2137B9524601Be7462b
Octal416727112210603334710653
Binary1000011101111011100110100101000110011011111001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2137B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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