Shades of Persian Blue #2533DD
Tints of Persian Blue #2533DD
RGB
CMYK
RGB Variations
Color information
#2533DD (or 0x2533DD) is known color: Persian Blue. HEX triplet: 25, 33 and DD. RGB value is (37,51,221). Sum of RGB (Red+Green+Blue) = 37+51+221=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #2533DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533DD is #DACC22. Grayscale: #414141. Windows color (decimal): -14339107 or 14496549. OLE color: 14496549.
HSL color Cylindrical-coordinate representation of color #2533DD: hue angle of 235.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2533DD is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 51 | 221 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.13 |
| HSL | 235.43º | 0.73% | 0.51% | - |
| HSV(B) | 235.43º | 0.83% | 0.87% | - |
| XYZ | 15 | 7.98 | 69.16 | - |
| YUV | 66.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 221 | 0.83 | 0.77 | 0 | 0.13 | 235.43 | 0.73 | 0.51 |
| Hex | 25 | 33 | DD | 53 | 4D | 0 | D | EB | 49 | 33 |
| Octal | 45 | 63 | 335 | 123 | 115 | 0 | 15 | 353 | 111 | 63 |
| Binary | 100101 | 110011 | 11011101 | 1010011 | 1001101 | 0 | 1101 | 11101011 | 1001001 | 110011 |
Color Harmonies of #2533DD
Complementary color
Monochromatic Colors of #2533DD
Black with #2533DD
Text Example
Text Example
White with #2533DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2533DD; }
p { color: rgb(37,51,221); }
H1.HeaderClassName
{
color: #2533DD;
}
.AnyTagClassName
{
color: #2533DD;
}
</style>
background-color css
<style>
a { background-color: #2533DD; }
a { background-color: rgb(37,51,221); }
div.DivClassName
{
background-color: #2533DD;
}
.BgClassName
{
background-color: #2533DD;
}
</style>
border-color css
<style>
span { border-color: #2533DD; }
span { border-color: rgb(37,51,221); }
td.TdClassName
{
border-color: #2533DD;
}
.TagClassName
{
border-color: #2533DD;
}
</style>