Shades of Persian Blue #2131CE
Tints of Persian Blue #2131CE
RGB
CMYK
RGB Variations
Color information
#2131CE (or 0x2131CE) is known color: Persian Blue. HEX triplet: 21, 31 and CE. RGB value is (33,49,206). Sum of RGB (Red+Green+Blue) = 33+49+206=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #2131CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131CE is #DECE31. Grayscale: #3D3D3D. Windows color (decimal): -14601778 or 13512993. OLE color: 13512993.
HSL color Cylindrical-coordinate representation of color #2131CE: hue angle of 234.45º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2131CE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 49 | 206 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.19 |
| HSL | 234.45º | 0.72% | 0.47% | - |
| HSV(B) | 234.45º | 0.84% | 0.81% | - |
| XYZ | 12.87 | 6.98 | 59.06 | - |
| YUV | 62.11 | 209.2 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 206 | 0.84 | 0.76 | 0 | 0.19 | 234.45 | 0.72 | 0.47 |
| Hex | 21 | 31 | CE | 54 | 4C | 0 | 13 | EA | 48 | 2F |
| Octal | 41 | 61 | 316 | 124 | 114 | 0 | 23 | 352 | 110 | 57 |
| Binary | 100001 | 110001 | 11001110 | 1010100 | 1001100 | 0 | 10011 | 11101010 | 1001000 | 101111 |
Color Harmonies of #2131CE
Complementary color
Monochromatic Colors of #2131CE
Black with #2131CE
Text Example
Text Example
White with #2131CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2131CE; }
p { color: rgb(33,49,206); }
H1.HeaderClassName
{
color: #2131CE;
}
.AnyTagClassName
{
color: #2131CE;
}
</style>
background-color css
<style>
a { background-color: #2131CE; }
a { background-color: rgb(33,49,206); }
div.DivClassName
{
background-color: #2131CE;
}
.BgClassName
{
background-color: #2131CE;
}
</style>
border-color css
<style>
span { border-color: #2131CE; }
span { border-color: rgb(33,49,206); }
td.TdClassName
{
border-color: #2131CE;
}
.TagClassName
{
border-color: #2131CE;
}
</style>