Shades of Persian Blue #2134CC
Tints of Persian Blue #2134CC
RGB
CMYK
RGB Variations
Color information
#2134CC (or 0x2134CC) is known color: Persian Blue. HEX triplet: 21, 34 and CC. RGB value is (33,52,204). Sum of RGB (Red+Green+Blue) = 33+52+204=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #2134CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2134CC is #DECB33. Grayscale: #3F3F3F. Windows color (decimal): -14601012 or 13382689. OLE color: 13382689.
HSL color Cylindrical-coordinate representation of color #2134CC: hue angle of 233.33º 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 #2134CC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 52 | 204 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.2 |
| HSL | 233.33º | 0.72% | 0.46% | - |
| HSV(B) | 233.33º | 0.84% | 0.8% | - |
| XYZ | 12.75 | 7.14 | 57.83 | - |
| YUV | 63.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 204 | 0.84 | 0.75 | 0 | 0.2 | 233.33 | 0.72 | 0.46 |
| Hex | 21 | 34 | CC | 54 | 4B | 0 | 14 | E9 | 48 | 2E |
| Octal | 41 | 64 | 314 | 124 | 113 | 0 | 24 | 351 | 110 | 56 |
| Binary | 100001 | 110100 | 11001100 | 1010100 | 1001011 | 0 | 10100 | 11101001 | 1001000 | 101110 |
Color Harmonies of #2134CC
Complementary color
Monochromatic Colors of #2134CC
Black with #2134CC
Text Example
Text Example
White with #2134CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2134CC; }
p { color: rgb(33,52,204); }
H1.HeaderClassName
{
color: #2134CC;
}
.AnyTagClassName
{
color: #2134CC;
}
</style>
background-color css
<style>
a { background-color: #2134CC; }
a { background-color: rgb(33,52,204); }
div.DivClassName
{
background-color: #2134CC;
}
.BgClassName
{
background-color: #2134CC;
}
</style>
border-color css
<style>
span { border-color: #2134CC; }
span { border-color: rgb(33,52,204); }
td.TdClassName
{
border-color: #2134CC;
}
.TagClassName
{
border-color: #2134CC;
}
</style>