Shades of Persian Blue #2134CE
Tints of Persian Blue #2134CE
RGB
CMYK
RGB Variations
Color information
#2134CE (or 0x2134CE) is known color: Persian Blue. HEX triplet: 21, 34 and CE. RGB value is (33,52,206). Sum of RGB (Red+Green+Blue) = 33+52+206=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #2134CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134CE is #DECB31. Grayscale: #3F3F3F. Windows color (decimal): -14601010 or 13513761. OLE color: 13513761.
HSL color Cylindrical-coordinate representation of color #2134CE: hue angle of 233.41º 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 #2134CE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 52 | 206 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.19 |
| HSL | 233.41º | 0.72% | 0.47% | - |
| HSV(B) | 233.41º | 0.84% | 0.81% | - |
| XYZ | 13 | 7.24 | 59.1 | - |
| YUV | 63.88 | 208.21 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 206 | 0.84 | 0.75 | 0 | 0.19 | 233.41 | 0.72 | 0.47 |
| Hex | 21 | 34 | CE | 54 | 4B | 0 | 13 | E9 | 48 | 2F |
| Octal | 41 | 64 | 316 | 124 | 113 | 0 | 23 | 351 | 110 | 57 |
| Binary | 100001 | 110100 | 11001110 | 1010100 | 1001011 | 0 | 10011 | 11101001 | 1001000 | 101111 |
Color Harmonies of #2134CE
Complementary color
Monochromatic Colors of #2134CE
Black with #2134CE
Text Example
Text Example
White with #2134CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134CE; }
p { color: rgb(33,52,206); }
H1.HeaderClassName
{
color: #2134CE;
}
.AnyTagClassName
{
color: #2134CE;
}
</style>
background-color css
<style>
a { background-color: #2134CE; }
a { background-color: rgb(33,52,206); }
div.DivClassName
{
background-color: #2134CE;
}
.BgClassName
{
background-color: #2134CE;
}
</style>
border-color css
<style>
span { border-color: #2134CE; }
span { border-color: rgb(33,52,206); }
td.TdClassName
{
border-color: #2134CE;
}
.TagClassName
{
border-color: #2134CE;
}
</style>