Shades of Persian Blue #2327DD
Tints of Persian Blue #2327DD
RGB
CMYK
RGB Variations
Color information
#2327DD (or 0x2327DD) is known color: Persian Blue. HEX triplet: 23, 27 and DD. RGB value is (35,39,221). Sum of RGB (Red+Green+Blue) = 35+39+221=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #2327DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327DD is #DCD822. Grayscale: #393939. Windows color (decimal): -14473251 or 14493475. OLE color: 14493475.
HSL color Cylindrical-coordinate representation of color #2327DD: hue angle of 238.71º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2327DD is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 39 | 221 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.13 |
| HSL | 238.71º | 0.73% | 0.5% | - |
| HSV(B) | 238.71º | 0.84% | 0.87% | - |
| XYZ | 14.47 | 7.03 | 69 | - |
| YUV | 58.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 221 | 0.84 | 0.82 | 0 | 0.13 | 238.71 | 0.73 | 0.5 |
| Hex | 23 | 27 | DD | 54 | 52 | 0 | D | EF | 49 | 32 |
| Octal | 43 | 47 | 335 | 124 | 122 | 0 | 15 | 357 | 111 | 62 |
| Binary | 100011 | 100111 | 11011101 | 1010100 | 1010010 | 0 | 1101 | 11101111 | 1001001 | 110010 |
Color Harmonies of #2327DD
Complementary color
Monochromatic Colors of #2327DD
Black with #2327DD
Text Example
Text Example
White with #2327DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327DD; }
p { color: rgb(35,39,221); }
H1.HeaderClassName
{
color: #2327DD;
}
.AnyTagClassName
{
color: #2327DD;
}
</style>
background-color css
<style>
a { background-color: #2327DD; }
a { background-color: rgb(35,39,221); }
div.DivClassName
{
background-color: #2327DD;
}
.BgClassName
{
background-color: #2327DD;
}
</style>
border-color css
<style>
span { border-color: #2327DD; }
span { border-color: rgb(35,39,221); }
td.TdClassName
{
border-color: #2327DD;
}
.TagClassName
{
border-color: #2327DD;
}
</style>