Shades of Persian Blue #243CBA
Tints of Persian Blue #243CBA
RGB
CMYK
RGB Variations
Color information
#243CBA (or 0x243CBA) is known color: Persian Blue. HEX triplet: 24, 3C and BA. RGB value is (36,60,186). Sum of RGB (Red+Green+Blue) = 36+60+186=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #243CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CBA is #DBC345. Grayscale: #424242. Windows color (decimal): -14402374 or 12205092. OLE color: 12205092.
HSL color Cylindrical-coordinate representation of color #243CBA: hue angle of 230.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243CBA is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 60 | 186 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.27 |
| HSL | 230.4º | 0.68% | 0.44% | - |
| HSV(B) | 230.4º | 0.81% | 0.73% | - |
| XYZ | 11.21 | 7.15 | 47.24 | - |
| YUV | 67.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 186 | 0.81 | 0.68 | 0 | 0.27 | 230.4 | 0.68 | 0.44 |
| Hex | 24 | 3C | BA | 51 | 44 | 0 | 1B | E6 | 44 | 2C |
| Octal | 44 | 74 | 272 | 121 | 104 | 0 | 33 | 346 | 104 | 54 |
| Binary | 100100 | 111100 | 10111010 | 1010001 | 1000100 | 0 | 11011 | 11100110 | 1000100 | 101100 |
Color Harmonies of #243CBA
Complementary color
Monochromatic Colors of #243CBA
Black with #243CBA
Text Example
Text Example
White with #243CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CBA; }
p { color: rgb(36,60,186); }
H1.HeaderClassName
{
color: #243CBA;
}
.AnyTagClassName
{
color: #243CBA;
}
</style>
background-color css
<style>
a { background-color: #243CBA; }
a { background-color: rgb(36,60,186); }
div.DivClassName
{
background-color: #243CBA;
}
.BgClassName
{
background-color: #243CBA;
}
</style>
border-color css
<style>
span { border-color: #243CBA; }
span { border-color: rgb(36,60,186); }
td.TdClassName
{
border-color: #243CBA;
}
.TagClassName
{
border-color: #243CBA;
}
</style>