Shades of Persian Blue #243CAC
Tints of Persian Blue #243CAC
RGB
CMYK
RGB Variations
Color information
#243CAC (or 0x243CAC) is known color: Persian Blue. HEX triplet: 24, 3C and AC. RGB value is (36,60,172). Sum of RGB (Red+Green+Blue) = 36+60+172=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #243CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243CAC is #DBC353. Grayscale: #414141. Windows color (decimal): -14402388 or 11287588. OLE color: 11287588.
HSL color Cylindrical-coordinate representation of color #243CAC: hue angle of 229.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243CAC is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 60 | 172 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.33 |
| HSL | 229.41º | 0.65% | 0.41% | - |
| HSV(B) | 229.41º | 0.79% | 0.67% | - |
| XYZ | 9.79 | 6.59 | 39.78 | - |
| YUV | 65.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 172 | 0.79 | 0.65 | 0 | 0.33 | 229.41 | 0.65 | 0.41 |
| Hex | 24 | 3C | AC | 4F | 41 | 0 | 21 | E5 | 41 | 29 |
| Octal | 44 | 74 | 254 | 117 | 101 | 0 | 41 | 345 | 101 | 51 |
| Binary | 100100 | 111100 | 10101100 | 1001111 | 1000001 | 0 | 100001 | 11100101 | 1000001 | 101001 |
Color Harmonies of #243CAC
Complementary color
Monochromatic Colors of #243CAC
Black with #243CAC
Text Example
Text Example
White with #243CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CAC; }
p { color: rgb(36,60,172); }
H1.HeaderClassName
{
color: #243CAC;
}
.AnyTagClassName
{
color: #243CAC;
}
</style>
background-color css
<style>
a { background-color: #243CAC; }
a { background-color: rgb(36,60,172); }
div.DivClassName
{
background-color: #243CAC;
}
.BgClassName
{
background-color: #243CAC;
}
</style>
border-color css
<style>
span { border-color: #243CAC; }
span { border-color: rgb(36,60,172); }
td.TdClassName
{
border-color: #243CAC;
}
.TagClassName
{
border-color: #243CAC;
}
</style>