Shades of Persian Blue #2134CA
Tints of Persian Blue #2134CA
RGB
CMYK
RGB Variations
Color information
#2134CA (or 0x2134CA) is known color: Persian Blue. HEX triplet: 21, 34 and CA. RGB value is (33,52,202). Sum of RGB (Red+Green+Blue) = 33+52+202=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #2134CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134CA is #DECB35. Grayscale: #3E3E3E. Windows color (decimal): -14601014 or 13251617. OLE color: 13251617.
HSL color Cylindrical-coordinate representation of color #2134CA: hue angle of 233.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2134CA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 52 | 202 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.21 |
| HSL | 233.25º | 0.72% | 0.46% | - |
| HSV(B) | 233.25º | 0.84% | 0.79% | - |
| XYZ | 12.52 | 7.04 | 56.58 | - |
| YUV | 63.42 | 206.21 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 202 | 0.84 | 0.74 | 0 | 0.21 | 233.25 | 0.72 | 0.46 |
| Hex | 21 | 34 | CA | 54 | 4A | 0 | 15 | E9 | 48 | 2E |
| Octal | 41 | 64 | 312 | 124 | 112 | 0 | 25 | 351 | 110 | 56 |
| Binary | 100001 | 110100 | 11001010 | 1010100 | 1001010 | 0 | 10101 | 11101001 | 1001000 | 101110 |
Color Harmonies of #2134CA
Complementary color
Monochromatic Colors of #2134CA
Black with #2134CA
Text Example
Text Example
White with #2134CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134CA; }
p { color: rgb(33,52,202); }
H1.HeaderClassName
{
color: #2134CA;
}
.AnyTagClassName
{
color: #2134CA;
}
</style>
background-color css
<style>
a { background-color: #2134CA; }
a { background-color: rgb(33,52,202); }
div.DivClassName
{
background-color: #2134CA;
}
.BgClassName
{
background-color: #2134CA;
}
</style>
border-color css
<style>
span { border-color: #2134CA; }
span { border-color: rgb(33,52,202); }
td.TdClassName
{
border-color: #2134CA;
}
.TagClassName
{
border-color: #2134CA;
}
</style>