Shades of Persian Blue #2423CF
Tints of Persian Blue #2423CF
RGB
CMYK
RGB Variations
Color information
#2423CF (or 0x2423CF) is known color: Persian Blue. HEX triplet: 24, 23 and CF. RGB value is (36,35,207). Sum of RGB (Red+Green+Blue) = 36+35+207=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #2423CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2423CF is #DBDC30. Grayscale: #363636. Windows color (decimal): -14408753 or 13574948. OLE color: 13574948.
HSL color Cylindrical-coordinate representation of color #2423CF: hue angle of 240.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2423CF is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 35 | 207 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.19 |
| HSL | 240.35º | 0.71% | 0.47% | - |
| HSV(B) | 240.35º | 0.83% | 0.81% | - |
| XYZ | 12.59 | 6.08 | 59.54 | - |
| YUV | 54.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 207 | 0.83 | 0.83 | 0 | 0.19 | 240.35 | 0.71 | 0.47 |
| Hex | 24 | 23 | CF | 53 | 53 | 0 | 13 | F0 | 47 | 2F |
| Octal | 44 | 43 | 317 | 123 | 123 | 0 | 23 | 360 | 107 | 57 |
| Binary | 100100 | 100011 | 11001111 | 1010011 | 1010011 | 0 | 10011 | 11110000 | 1000111 | 101111 |
Color Harmonies of #2423CF
Complementary color
Monochromatic Colors of #2423CF
Black with #2423CF
Text Example
Text Example
White with #2423CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2423CF; }
p { color: rgb(36,35,207); }
H1.HeaderClassName
{
color: #2423CF;
}
.AnyTagClassName
{
color: #2423CF;
}
</style>
background-color css
<style>
a { background-color: #2423CF; }
a { background-color: rgb(36,35,207); }
div.DivClassName
{
background-color: #2423CF;
}
.BgClassName
{
background-color: #2423CF;
}
</style>
border-color css
<style>
span { border-color: #2423CF; }
span { border-color: rgb(36,35,207); }
td.TdClassName
{
border-color: #2423CF;
}
.TagClassName
{
border-color: #2423CF;
}
</style>