Shades of Persian Blue #2134BC
Tints of Persian Blue #2134BC
RGB
CMYK
RGB Variations
Color information
#2134BC (or 0x2134BC) is known color: Persian Blue. HEX triplet: 21, 34 and BC. RGB value is (33,52,188). Sum of RGB (Red+Green+Blue) = 33+52+188=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #2134BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134BC is #DECB43. Grayscale: #3D3D3D. Windows color (decimal): -14601028 or 12334113. OLE color: 12334113.
HSL color Cylindrical-coordinate representation of color #2134BC: hue angle of 232.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2134BC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 52 | 188 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.26 |
| HSL | 232.65º | 0.7% | 0.43% | - |
| HSV(B) | 232.65º | 0.82% | 0.74% | - |
| XYZ | 10.93 | 6.41 | 48.24 | - |
| YUV | 61.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 188 | 0.82 | 0.72 | 0 | 0.26 | 232.65 | 0.7 | 0.43 |
| Hex | 21 | 34 | BC | 52 | 48 | 0 | 1A | E9 | 46 | 2B |
| Octal | 41 | 64 | 274 | 122 | 110 | 0 | 32 | 351 | 106 | 53 |
| Binary | 100001 | 110100 | 10111100 | 1010010 | 1001000 | 0 | 11010 | 11101001 | 1000110 | 101011 |
Color Harmonies of #2134BC
Complementary color
Monochromatic Colors of #2134BC
Black with #2134BC
Text Example
Text Example
White with #2134BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134BC; }
p { color: rgb(33,52,188); }
H1.HeaderClassName
{
color: #2134BC;
}
.AnyTagClassName
{
color: #2134BC;
}
</style>
background-color css
<style>
a { background-color: #2134BC; }
a { background-color: rgb(33,52,188); }
div.DivClassName
{
background-color: #2134BC;
}
.BgClassName
{
background-color: #2134BC;
}
</style>
border-color css
<style>
span { border-color: #2134BC; }
span { border-color: rgb(33,52,188); }
td.TdClassName
{
border-color: #2134BC;
}
.TagClassName
{
border-color: #2134BC;
}
</style>