Shades of Persian Blue #2428CF
Tints of Persian Blue #2428CF
RGB
CMYK
RGB Variations
Color information
#2428CF (or 0x2428CF) is known color: Persian Blue. HEX triplet: 24, 28 and CF. RGB value is (36,40,207). Sum of RGB (Red+Green+Blue) = 36+40+207=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #2428CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428CF is #DBD730. Grayscale: #393939. Windows color (decimal): -14407473 or 13576228. OLE color: 13576228.
HSL color Cylindrical-coordinate representation of color #2428CF: hue angle of 238.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2428CF is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 40 | 207 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.19 |
| HSL | 238.6º | 0.7% | 0.48% | - |
| HSV(B) | 238.6º | 0.83% | 0.81% | - |
| XYZ | 12.75 | 6.4 | 59.59 | - |
| YUV | 57.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 207 | 0.83 | 0.81 | 0 | 0.19 | 238.6 | 0.7 | 0.48 |
| Hex | 24 | 28 | CF | 53 | 51 | 0 | 13 | EF | 46 | 30 |
| Octal | 44 | 50 | 317 | 123 | 121 | 0 | 23 | 357 | 106 | 60 |
| Binary | 100100 | 101000 | 11001111 | 1010011 | 1010001 | 0 | 10011 | 11101111 | 1000110 | 110000 |
Color Harmonies of #2428CF
Complementary color
Monochromatic Colors of #2428CF
Black with #2428CF
Text Example
Text Example
White with #2428CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428CF; }
p { color: rgb(36,40,207); }
H1.HeaderClassName
{
color: #2428CF;
}
.AnyTagClassName
{
color: #2428CF;
}
</style>
background-color css
<style>
a { background-color: #2428CF; }
a { background-color: rgb(36,40,207); }
div.DivClassName
{
background-color: #2428CF;
}
.BgClassName
{
background-color: #2428CF;
}
</style>
border-color css
<style>
span { border-color: #2428CF; }
span { border-color: rgb(36,40,207); }
td.TdClassName
{
border-color: #2428CF;
}
.TagClassName
{
border-color: #2428CF;
}
</style>