Shades of Persian Blue #2430CF
Tints of Persian Blue #2430CF
RGB
CMYK
RGB Variations
Color information
#2430CF (or 0x2430CF) is known color: Persian Blue. HEX triplet: 24, 30 and CF. RGB value is (36,48,207). Sum of RGB (Red+Green+Blue) = 36+48+207=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #2430CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2430CF is #DBCF30. Grayscale: #3D3D3D. Windows color (decimal): -14405425 or 13578276. OLE color: 13578276.
HSL color Cylindrical-coordinate representation of color #2430CF: hue angle of 235.79º 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 #2430CF is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 48 | 207 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.19 |
| HSL | 235.79º | 0.7% | 0.48% | - |
| HSV(B) | 235.79º | 0.83% | 0.81% | - |
| XYZ | 13.05 | 6.99 | 59.69 | - |
| YUV | 62.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 207 | 0.83 | 0.77 | 0 | 0.19 | 235.79 | 0.7 | 0.48 |
| Hex | 24 | 30 | CF | 53 | 4D | 0 | 13 | EC | 46 | 30 |
| Octal | 44 | 60 | 317 | 123 | 115 | 0 | 23 | 354 | 106 | 60 |
| Binary | 100100 | 110000 | 11001111 | 1010011 | 1001101 | 0 | 10011 | 11101100 | 1000110 | 110000 |
Color Harmonies of #2430CF
Complementary color
Monochromatic Colors of #2430CF
Black with #2430CF
Text Example
Text Example
White with #2430CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430CF; }
p { color: rgb(36,48,207); }
H1.HeaderClassName
{
color: #2430CF;
}
.AnyTagClassName
{
color: #2430CF;
}
</style>
background-color css
<style>
a { background-color: #2430CF; }
a { background-color: rgb(36,48,207); }
div.DivClassName
{
background-color: #2430CF;
}
.BgClassName
{
background-color: #2430CF;
}
</style>
border-color css
<style>
span { border-color: #2430CF; }
span { border-color: rgb(36,48,207); }
td.TdClassName
{
border-color: #2430CF;
}
.TagClassName
{
border-color: #2430CF;
}
</style>