Shades of Persian Blue #2324D9
Tints of Persian Blue #2324D9
RGB
CMYK
RGB Variations
Color information
#2324D9 (or 0x2324D9) is known color: Persian Blue. HEX triplet: 23, 24 and D9. RGB value is (35,36,217). Sum of RGB (Red+Green+Blue) = 35+36+217=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 217 (85.16% from 255 or 75.35% from 288); Max value from RGB is 217 - color contains mainly: blue. Hex color #2324D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2324D9 is #DCDB26. Grayscale: #373737. Windows color (decimal): -14474023 or 14230563. OLE color: 14230563.
HSL color Cylindrical-coordinate representation of color #2324D9: hue angle of 239.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2324D9 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 36 | 217 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.15 |
| HSL | 239.67º | 0.72% | 0.49% | - |
| HSV(B) | 239.67º | 0.84% | 0.85% | - |
| XYZ | 13.85 | 6.63 | 66.2 | - |
| YUV | 56.34 | 218.67 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 217 | 0.84 | 0.83 | 0 | 0.15 | 239.67 | 0.72 | 0.49 |
| Hex | 23 | 24 | D9 | 54 | 53 | 0 | F | F0 | 48 | 31 |
| Octal | 43 | 44 | 331 | 124 | 123 | 0 | 17 | 360 | 110 | 61 |
| Binary | 100011 | 100100 | 11011001 | 1010100 | 1010011 | 0 | 1111 | 11110000 | 1001000 | 110001 |
Color Harmonies of #2324D9
Complementary color
Monochromatic Colors of #2324D9
Black with #2324D9
Text Example
Text Example
White with #2324D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2324D9; }
p { color: rgb(35,36,217); }
H1.HeaderClassName
{
color: #2324D9;
}
.AnyTagClassName
{
color: #2324D9;
}
</style>
background-color css
<style>
a { background-color: #2324D9; }
a { background-color: rgb(35,36,217); }
div.DivClassName
{
background-color: #2324D9;
}
.BgClassName
{
background-color: #2324D9;
}
</style>
border-color css
<style>
span { border-color: #2324D9; }
span { border-color: rgb(35,36,217); }
td.TdClassName
{
border-color: #2324D9;
}
.TagClassName
{
border-color: #2324D9;
}
</style>