Shades of Persian Blue #2833DD
Tints of Persian Blue #2833DD
RGB
CMYK
RGB Variations
Color information
#2833DD (or 0x2833DD) is known color: Persian Blue. HEX triplet: 28, 33 and DD. RGB value is (40,51,221). Sum of RGB (Red+Green+Blue) = 40+51+221=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #2833DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833DD is #D7CC22. Grayscale: #424242. Windows color (decimal): -14142499 or 14496552. OLE color: 14496552.
HSL color Cylindrical-coordinate representation of color #2833DD: hue angle of 236.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2833DD is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 51 | 221 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.13 |
| HSL | 236.35º | 0.73% | 0.51% | - |
| HSV(B) | 236.35º | 0.82% | 0.87% | - |
| XYZ | 15.11 | 8.04 | 69.16 | - |
| YUV | 67.09 | 214.86 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 221 | 0.82 | 0.77 | 0 | 0.13 | 236.35 | 0.73 | 0.51 |
| Hex | 28 | 33 | DD | 52 | 4D | 0 | D | EC | 49 | 33 |
| Octal | 50 | 63 | 335 | 122 | 115 | 0 | 15 | 354 | 111 | 63 |
| Binary | 101000 | 110011 | 11011101 | 1010010 | 1001101 | 0 | 1101 | 11101100 | 1001001 | 110011 |
Color Harmonies of #2833DD
Complementary color
Monochromatic Colors of #2833DD
Black with #2833DD
Text Example
Text Example
White with #2833DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833DD; }
p { color: rgb(40,51,221); }
H1.HeaderClassName
{
color: #2833DD;
}
.AnyTagClassName
{
color: #2833DD;
}
</style>
background-color css
<style>
a { background-color: #2833DD; }
a { background-color: rgb(40,51,221); }
div.DivClassName
{
background-color: #2833DD;
}
.BgClassName
{
background-color: #2833DD;
}
</style>
border-color css
<style>
span { border-color: #2833DD; }
span { border-color: rgb(40,51,221); }
td.TdClassName
{
border-color: #2833DD;
}
.TagClassName
{
border-color: #2833DD;
}
</style>