Shades of Persian Blue #2324CD
Tints of Persian Blue #2324CD
RGB
CMYK
RGB Variations
Color information
#2324CD (or 0x2324CD) is known color: Persian Blue. HEX triplet: 23, 24 and CD. RGB value is (35,36,205). Sum of RGB (Red+Green+Blue) = 35+36+205=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #2324CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2324CD is #DCDB32. Grayscale: #363636. Windows color (decimal): -14474035 or 13444131. OLE color: 13444131.
HSL color Cylindrical-coordinate representation of color #2324CD: hue angle of 239.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2324CD is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 36 | 205 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.20 |
| HSL | 239.65º | 0.71% | 0.47% | - |
| HSV(B) | 239.65º | 0.83% | 0.8% | - |
| XYZ | 12.34 | 6.03 | 58.27 | - |
| YUV | 54.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 205 | 0.83 | 0.82 | 0 | 0.20 | 239.65 | 0.71 | 0.47 |
| Hex | 23 | 24 | CD | 53 | 52 | 0 | 14 | F0 | 47 | 2F |
| Octal | 43 | 44 | 315 | 123 | 122 | 0 | 24 | 360 | 107 | 57 |
| Binary | 100011 | 100100 | 11001101 | 1010011 | 1010010 | 0 | 10100 | 11110000 | 1000111 | 101111 |
Color Harmonies of #2324CD
Complementary color
Monochromatic Colors of #2324CD
Black with #2324CD
Text Example
Text Example
White with #2324CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2324CD; }
p { color: rgb(35,36,205); }
H1.HeaderClassName
{
color: #2324CD;
}
.AnyTagClassName
{
color: #2324CD;
}
</style>
background-color css
<style>
a { background-color: #2324CD; }
a { background-color: rgb(35,36,205); }
div.DivClassName
{
background-color: #2324CD;
}
.BgClassName
{
background-color: #2324CD;
}
</style>
border-color css
<style>
span { border-color: #2324CD; }
span { border-color: rgb(35,36,205); }
td.TdClassName
{
border-color: #2324CD;
}
.TagClassName
{
border-color: #2324CD;
}
</style>