Shades of Persian Blue #243ACD
Tints of Persian Blue #243ACD
RGB
CMYK
RGB Variations
Color information
#243ACD (or 0x243ACD) is known color: Persian Blue. HEX triplet: 24, 3A and CD. RGB value is (36,58,205). Sum of RGB (Red+Green+Blue) = 36+58+205=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #243ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ACD is #DBC532. Grayscale: #434343. Windows color (decimal): -14402867 or 13449764. OLE color: 13449764.
HSL color Cylindrical-coordinate representation of color #243ACD: hue angle of 232.19º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243ACD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 58 | 205 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.20 |
| HSL | 232.19º | 0.7% | 0.47% | - |
| HSV(B) | 232.19º | 0.82% | 0.8% | - |
| XYZ | 13.26 | 7.81 | 58.57 | - |
| YUV | 68.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 205 | 0.82 | 0.72 | 0 | 0.20 | 232.19 | 0.7 | 0.47 |
| Hex | 24 | 3A | CD | 52 | 48 | 0 | 14 | E8 | 46 | 2F |
| Octal | 44 | 72 | 315 | 122 | 110 | 0 | 24 | 350 | 106 | 57 |
| Binary | 100100 | 111010 | 11001101 | 1010010 | 1001000 | 0 | 10100 | 11101000 | 1000110 | 101111 |
Color Harmonies of #243ACD
Complementary color
Monochromatic Colors of #243ACD
Black with #243ACD
Text Example
Text Example
White with #243ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ACD; }
p { color: rgb(36,58,205); }
H1.HeaderClassName
{
color: #243ACD;
}
.AnyTagClassName
{
color: #243ACD;
}
</style>
background-color css
<style>
a { background-color: #243ACD; }
a { background-color: rgb(36,58,205); }
div.DivClassName
{
background-color: #243ACD;
}
.BgClassName
{
background-color: #243ACD;
}
</style>
border-color css
<style>
span { border-color: #243ACD; }
span { border-color: rgb(36,58,205); }
td.TdClassName
{
border-color: #243ACD;
}
.TagClassName
{
border-color: #243ACD;
}
</style>