Shades of Persian Blue #243CBB
Tints of Persian Blue #243CBB
RGB
CMYK
RGB Variations
Color information
#243CBB (or 0x243CBB) is known color: Persian Blue. HEX triplet: 24, 3C and BB. RGB value is (36,60,187). Sum of RGB (Red+Green+Blue) = 36+60+187=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #243CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CBB is #DBC344. Grayscale: #424242. Windows color (decimal): -14402373 or 12270628. OLE color: 12270628.
HSL color Cylindrical-coordinate representation of color #243CBB: hue angle of 230.46º 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 #243CBB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 60 | 187 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.27 |
| HSL | 230.46º | 0.68% | 0.44% | - |
| HSV(B) | 230.46º | 0.81% | 0.73% | - |
| XYZ | 11.31 | 7.19 | 47.81 | - |
| YUV | 67.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 187 | 0.81 | 0.68 | 0 | 0.27 | 230.46 | 0.68 | 0.44 |
| Hex | 24 | 3C | BB | 51 | 44 | 0 | 1B | E6 | 44 | 2C |
| Octal | 44 | 74 | 273 | 121 | 104 | 0 | 33 | 346 | 104 | 54 |
| Binary | 100100 | 111100 | 10111011 | 1010001 | 1000100 | 0 | 11011 | 11100110 | 1000100 | 101100 |
Color Harmonies of #243CBB
Complementary color
Monochromatic Colors of #243CBB
Black with #243CBB
Text Example
Text Example
White with #243CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CBB; }
p { color: rgb(36,60,187); }
H1.HeaderClassName
{
color: #243CBB;
}
.AnyTagClassName
{
color: #243CBB;
}
</style>
background-color css
<style>
a { background-color: #243CBB; }
a { background-color: rgb(36,60,187); }
div.DivClassName
{
background-color: #243CBB;
}
.BgClassName
{
background-color: #243CBB;
}
</style>
border-color css
<style>
span { border-color: #243CBB; }
span { border-color: rgb(36,60,187); }
td.TdClassName
{
border-color: #243CBB;
}
.TagClassName
{
border-color: #243CBB;
}
</style>