Shades of Persian Blue #243ADF
Tints of Persian Blue #243ADF
RGB
CMYK
RGB Variations
Color information
#243ADF (or 0x243ADF) is known color: Persian Blue. HEX triplet: 24, 3A and DF. RGB value is (36,58,223). Sum of RGB (Red+Green+Blue) = 36+58+223=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #243ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ADF is #DBC520. Grayscale: #454545. Windows color (decimal): -14402849 or 14629412. OLE color: 14629412.
HSL color Cylindrical-coordinate representation of color #243ADF: hue angle of 232.94º 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 #243ADF is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 58 | 223 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 232.94º | 0.75% | 0.51% | - |
| HSV(B) | 232.94º | 0.84% | 0.87% | - |
| XYZ | 15.56 | 8.73 | 70.68 | - |
| YUV | 70.23 | 214.21 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 223 | 0.84 | 0.74 | 0 | 0.13 | 232.94 | 0.75 | 0.51 |
| Hex | 24 | 3A | DF | 54 | 4A | 0 | D | E9 | 4B | 33 |
| Octal | 44 | 72 | 337 | 124 | 112 | 0 | 15 | 351 | 113 | 63 |
| Binary | 100100 | 111010 | 11011111 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001011 | 110011 |
Color Harmonies of #243ADF
Complementary color
Monochromatic Colors of #243ADF
Black with #243ADF
Text Example
Text Example
White with #243ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ADF; }
p { color: rgb(36,58,223); }
H1.HeaderClassName
{
color: #243ADF;
}
.AnyTagClassName
{
color: #243ADF;
}
</style>
background-color css
<style>
a { background-color: #243ADF; }
a { background-color: rgb(36,58,223); }
div.DivClassName
{
background-color: #243ADF;
}
.BgClassName
{
background-color: #243ADF;
}
</style>
border-color css
<style>
span { border-color: #243ADF; }
span { border-color: rgb(36,58,223); }
td.TdClassName
{
border-color: #243ADF;
}
.TagClassName
{
border-color: #243ADF;
}
</style>