Shades of Persian Blue #243ACC
Tints of Persian Blue #243ACC
RGB
CMYK
RGB Variations
Color information
#243ACC (or 0x243ACC) is known color: Persian Blue. HEX triplet: 24, 3A and CC. RGB value is (36,58,204). Sum of RGB (Red+Green+Blue) = 36+58+204=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #243ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ACC is #DBC533. Grayscale: #434343. Windows color (decimal): -14402868 or 13384228. OLE color: 13384228.
HSL color Cylindrical-coordinate representation of color #243ACC: hue angle of 232.14º 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 #243ACC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 58 | 204 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.2 |
| HSL | 232.14º | 0.7% | 0.47% | - |
| HSV(B) | 232.14º | 0.82% | 0.8% | - |
| XYZ | 13.14 | 7.76 | 57.93 | - |
| YUV | 68.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 204 | 0.82 | 0.72 | 0 | 0.2 | 232.14 | 0.7 | 0.47 |
| Hex | 24 | 3A | CC | 52 | 48 | 0 | 14 | E8 | 46 | 2F |
| Octal | 44 | 72 | 314 | 122 | 110 | 0 | 24 | 350 | 106 | 57 |
| Binary | 100100 | 111010 | 11001100 | 1010010 | 1001000 | 0 | 10100 | 11101000 | 1000110 | 101111 |
Color Harmonies of #243ACC
Complementary color
Monochromatic Colors of #243ACC
Black with #243ACC
Text Example
Text Example
White with #243ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ACC; }
p { color: rgb(36,58,204); }
H1.HeaderClassName
{
color: #243ACC;
}
.AnyTagClassName
{
color: #243ACC;
}
</style>
background-color css
<style>
a { background-color: #243ACC; }
a { background-color: rgb(36,58,204); }
div.DivClassName
{
background-color: #243ACC;
}
.BgClassName
{
background-color: #243ACC;
}
</style>
border-color css
<style>
span { border-color: #243ACC; }
span { border-color: rgb(36,58,204); }
td.TdClassName
{
border-color: #243ACC;
}
.TagClassName
{
border-color: #243ACC;
}
</style>