Shades of Persian Blue #2324DF
Tints of Persian Blue #2324DF
RGB
CMYK
RGB Variations
Color information
#2324DF (or 0x2324DF) is known color: Persian Blue. HEX triplet: 23, 24 and DF. RGB value is (35,36,223). Sum of RGB (Red+Green+Blue) = 35+36+223=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #2324DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2324DF is #DCDB20. Grayscale: #383838. Windows color (decimal): -14474017 or 14623779. OLE color: 14623779.
HSL color Cylindrical-coordinate representation of color #2324DF: hue angle of 239.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2324DF is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 36 | 223 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.13 |
| HSL | 239.68º | 0.75% | 0.51% | - |
| HSV(B) | 239.68º | 0.84% | 0.87% | - |
| XYZ | 14.64 | 6.95 | 70.38 | - |
| YUV | 57.02 | 221.67 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 223 | 0.84 | 0.84 | 0 | 0.13 | 239.68 | 0.75 | 0.51 |
| Hex | 23 | 24 | DF | 54 | 54 | 0 | D | F0 | 4B | 33 |
| Octal | 43 | 44 | 337 | 124 | 124 | 0 | 15 | 360 | 113 | 63 |
| Binary | 100011 | 100100 | 11011111 | 1010100 | 1010100 | 0 | 1101 | 11110000 | 1001011 | 110011 |
Color Harmonies of #2324DF
Complementary color
Monochromatic Colors of #2324DF
Black with #2324DF
Text Example
Text Example
White with #2324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2324DF; }
p { color: rgb(35,36,223); }
H1.HeaderClassName
{
color: #2324DF;
}
.AnyTagClassName
{
color: #2324DF;
}
</style>
background-color css
<style>
a { background-color: #2324DF; }
a { background-color: rgb(35,36,223); }
div.DivClassName
{
background-color: #2324DF;
}
.BgClassName
{
background-color: #2324DF;
}
</style>
border-color css
<style>
span { border-color: #2324DF; }
span { border-color: rgb(35,36,223); }
td.TdClassName
{
border-color: #2324DF;
}
.TagClassName
{
border-color: #2324DF;
}
</style>