Shades of Persian Blue #2832DC
Tints of Persian Blue #2832DC
RGB
CMYK
RGB Variations
Color information
#2832DC (or 0x2832DC) is known color: Persian Blue. HEX triplet: 28, 32 and DC. RGB value is (40,50,220). Sum of RGB (Red+Green+Blue) = 40+50+220=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2832DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2832DC is #D7CD23. Grayscale: #414141. Windows color (decimal): -14142756 or 14430760. OLE color: 14430760.
HSL color Cylindrical-coordinate representation of color #2832DC: hue angle of 236.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2832DC is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 50 | 220 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.14 |
| HSL | 236.67º | 0.72% | 0.51% | - |
| HSV(B) | 236.67º | 0.82% | 0.86% | - |
| XYZ | 14.93 | 7.9 | 68.45 | - |
| YUV | 66.39 | 214.69 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 220 | 0.82 | 0.77 | 0 | 0.14 | 236.67 | 0.72 | 0.51 |
| Hex | 28 | 32 | DC | 52 | 4D | 0 | E | ED | 48 | 33 |
| Octal | 50 | 62 | 334 | 122 | 115 | 0 | 16 | 355 | 110 | 63 |
| Binary | 101000 | 110010 | 11011100 | 1010010 | 1001101 | 0 | 1110 | 11101101 | 1001000 | 110011 |
Color Harmonies of #2832DC
Complementary color
Monochromatic Colors of #2832DC
Black with #2832DC
Text Example
Text Example
White with #2832DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2832DC; }
p { color: rgb(40,50,220); }
H1.HeaderClassName
{
color: #2832DC;
}
.AnyTagClassName
{
color: #2832DC;
}
</style>
background-color css
<style>
a { background-color: #2832DC; }
a { background-color: rgb(40,50,220); }
div.DivClassName
{
background-color: #2832DC;
}
.BgClassName
{
background-color: #2832DC;
}
</style>
border-color css
<style>
span { border-color: #2832DC; }
span { border-color: rgb(40,50,220); }
td.TdClassName
{
border-color: #2832DC;
}
.TagClassName
{
border-color: #2832DC;
}
</style>