Shades of Persian Blue #243CDF
Tints of Persian Blue #243CDF
RGB
CMYK
RGB Variations
Color information
#243CDF (or 0x243CDF) is known color: Persian Blue. HEX triplet: 24, 3C and DF. RGB value is (36,60,223). Sum of RGB (Red+Green+Blue) = 36+60+223=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #243CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CDF is #DBC320. Grayscale: #464646. Windows color (decimal): -14402337 or 14629924. OLE color: 14629924.
HSL color Cylindrical-coordinate representation of color #243CDF: hue angle of 232.3º 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 #243CDF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 60 | 223 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.13 |
| HSL | 232.3º | 0.75% | 0.51% | - |
| HSV(B) | 232.3º | 0.84% | 0.87% | - |
| XYZ | 15.66 | 8.93 | 70.71 | - |
| YUV | 71.41 | 213.55 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 223 | 0.84 | 0.73 | 0 | 0.13 | 232.3 | 0.75 | 0.51 |
| Hex | 24 | 3C | DF | 54 | 49 | 0 | D | E8 | 4B | 33 |
| Octal | 44 | 74 | 337 | 124 | 111 | 0 | 15 | 350 | 113 | 63 |
| Binary | 100100 | 111100 | 11011111 | 1010100 | 1001001 | 0 | 1101 | 11101000 | 1001011 | 110011 |
Color Harmonies of #243CDF
Complementary color
Monochromatic Colors of #243CDF
Black with #243CDF
Text Example
Text Example
White with #243CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CDF; }
p { color: rgb(36,60,223); }
H1.HeaderClassName
{
color: #243CDF;
}
.AnyTagClassName
{
color: #243CDF;
}
</style>
background-color css
<style>
a { background-color: #243CDF; }
a { background-color: rgb(36,60,223); }
div.DivClassName
{
background-color: #243CDF;
}
.BgClassName
{
background-color: #243CDF;
}
</style>
border-color css
<style>
span { border-color: #243CDF; }
span { border-color: rgb(36,60,223); }
td.TdClassName
{
border-color: #243CDF;
}
.TagClassName
{
border-color: #243CDF;
}
</style>