Shades of Persian Blue #243BDF
Tints of Persian Blue #243BDF
RGB
CMYK
RGB Variations
Color information
#243BDF (or 0x243BDF) is known color: Persian Blue. HEX triplet: 24, 3B and DF. RGB value is (36,59,223). Sum of RGB (Red+Green+Blue) = 36+59+223=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #243BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BDF is #DBC420. Grayscale: #464646. Windows color (decimal): -14402593 or 14629668. OLE color: 14629668.
HSL color Cylindrical-coordinate representation of color #243BDF: hue angle of 232.62º 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 #243BDF is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 59 | 223 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 232.62º | 0.75% | 0.51% | - |
| HSV(B) | 232.62º | 0.84% | 0.87% | - |
| XYZ | 15.61 | 8.83 | 70.69 | - |
| YUV | 70.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 223 | 0.84 | 0.74 | 0 | 0.13 | 232.62 | 0.75 | 0.51 |
| Hex | 24 | 3B | DF | 54 | 4A | 0 | D | E9 | 4B | 33 |
| Octal | 44 | 73 | 337 | 124 | 112 | 0 | 15 | 351 | 113 | 63 |
| Binary | 100100 | 111011 | 11011111 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001011 | 110011 |
Color Harmonies of #243BDF
Complementary color
Monochromatic Colors of #243BDF
Black with #243BDF
Text Example
Text Example
White with #243BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BDF; }
p { color: rgb(36,59,223); }
H1.HeaderClassName
{
color: #243BDF;
}
.AnyTagClassName
{
color: #243BDF;
}
</style>
background-color css
<style>
a { background-color: #243BDF; }
a { background-color: rgb(36,59,223); }
div.DivClassName
{
background-color: #243BDF;
}
.BgClassName
{
background-color: #243BDF;
}
</style>
border-color css
<style>
span { border-color: #243BDF; }
span { border-color: rgb(36,59,223); }
td.TdClassName
{
border-color: #243BDF;
}
.TagClassName
{
border-color: #243BDF;
}
</style>