Shades of Persian Blue #243ADE
Tints of Persian Blue #243ADE
RGB
CMYK
RGB Variations
Color information
#243ADE (or 0x243ADE) is known color: Persian Blue. HEX triplet: 24, 3A and DE. RGB value is (36,58,222). Sum of RGB (Red+Green+Blue) = 36+58+222=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #243ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ADE is #DBC521. Grayscale: #454545. Windows color (decimal): -14402850 or 14563876. OLE color: 14563876.
HSL color Cylindrical-coordinate representation of color #243ADE: hue angle of 232.9º degrees, saturation: 0.74, 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 #243ADE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 58 | 222 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 232.9º | 0.74% | 0.51% | - |
| HSV(B) | 232.9º | 0.84% | 0.87% | - |
| XYZ | 15.43 | 8.68 | 69.97 | - |
| YUV | 70.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 222 | 0.84 | 0.74 | 0 | 0.13 | 232.9 | 0.74 | 0.51 |
| Hex | 24 | 3A | DE | 54 | 4A | 0 | D | E9 | 4A | 33 |
| Octal | 44 | 72 | 336 | 124 | 112 | 0 | 15 | 351 | 112 | 63 |
| Binary | 100100 | 111010 | 11011110 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001010 | 110011 |
Color Harmonies of #243ADE
Complementary color
Monochromatic Colors of #243ADE
Black with #243ADE
Text Example
Text Example
White with #243ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ADE; }
p { color: rgb(36,58,222); }
H1.HeaderClassName
{
color: #243ADE;
}
.AnyTagClassName
{
color: #243ADE;
}
</style>
background-color css
<style>
a { background-color: #243ADE; }
a { background-color: rgb(36,58,222); }
div.DivClassName
{
background-color: #243ADE;
}
.BgClassName
{
background-color: #243ADE;
}
</style>
border-color css
<style>
span { border-color: #243ADE; }
span { border-color: rgb(36,58,222); }
td.TdClassName
{
border-color: #243ADE;
}
.TagClassName
{
border-color: #243ADE;
}
</style>