Shades of Persian Blue #2137CC
Tints of Persian Blue #2137CC
RGB
CMYK
RGB Variations
Color information
#2137CC (or 0x2137CC) is known color: Persian Blue. HEX triplet: 21, 37 and CC. RGB value is (33,55,204). Sum of RGB (Red+Green+Blue) = 33+55+204=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #2137CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137CC is #DEC833. Grayscale: #404040. Windows color (decimal): -14600244 or 13383457. OLE color: 13383457.
HSL color Cylindrical-coordinate representation of color #2137CC: hue angle of 232.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2137CC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 55 | 204 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.2 |
| HSL | 232.28º | 0.72% | 0.46% | - |
| HSV(B) | 232.28º | 0.84% | 0.8% | - |
| XYZ | 12.89 | 7.42 | 57.88 | - |
| YUV | 65.41 | 206.21 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 204 | 0.84 | 0.73 | 0 | 0.2 | 232.28 | 0.72 | 0.46 |
| Hex | 21 | 37 | CC | 54 | 49 | 0 | 14 | E8 | 48 | 2E |
| Octal | 41 | 67 | 314 | 124 | 111 | 0 | 24 | 350 | 110 | 56 |
| Binary | 100001 | 110111 | 11001100 | 1010100 | 1001001 | 0 | 10100 | 11101000 | 1001000 | 101110 |
Color Harmonies of #2137CC
Complementary color
Monochromatic Colors of #2137CC
Black with #2137CC
Text Example
Text Example
White with #2137CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2137CC; }
p { color: rgb(33,55,204); }
H1.HeaderClassName
{
color: #2137CC;
}
.AnyTagClassName
{
color: #2137CC;
}
</style>
background-color css
<style>
a { background-color: #2137CC; }
a { background-color: rgb(33,55,204); }
div.DivClassName
{
background-color: #2137CC;
}
.BgClassName
{
background-color: #2137CC;
}
</style>
border-color css
<style>
span { border-color: #2137CC; }
span { border-color: rgb(33,55,204); }
td.TdClassName
{
border-color: #2137CC;
}
.TagClassName
{
border-color: #2137CC;
}
</style>