Shades of Persian Blue #242CBD
Tints of Persian Blue #242CBD
RGB
CMYK
RGB Variations
Color information
#242CBD (or 0x242CBD) is known color: Persian Blue. HEX triplet: 24, 2C and BD. RGB value is (36,44,189). Sum of RGB (Red+Green+Blue) = 36+44+189=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #242CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CBD is #DBD342. Grayscale: #393939. Windows color (decimal): -14406467 or 12397604. OLE color: 12397604.
HSL color Cylindrical-coordinate representation of color #242CBD: hue angle of 236.86º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242CBD is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 44 | 189 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.26 |
| HSL | 236.86º | 0.68% | 0.44% | - |
| HSV(B) | 236.86º | 0.81% | 0.74% | - |
| XYZ | 10.81 | 5.85 | 48.7 | - |
| YUV | 58.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 189 | 0.81 | 0.77 | 0 | 0.26 | 236.86 | 0.68 | 0.44 |
| Hex | 24 | 2C | BD | 51 | 4D | 0 | 1A | ED | 44 | 2C |
| Octal | 44 | 54 | 275 | 121 | 115 | 0 | 32 | 355 | 104 | 54 |
| Binary | 100100 | 101100 | 10111101 | 1010001 | 1001101 | 0 | 11010 | 11101101 | 1000100 | 101100 |
Color Harmonies of #242CBD
Complementary color
Monochromatic Colors of #242CBD
Black with #242CBD
Text Example
Text Example
White with #242CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CBD; }
p { color: rgb(36,44,189); }
H1.HeaderClassName
{
color: #242CBD;
}
.AnyTagClassName
{
color: #242CBD;
}
</style>
background-color css
<style>
a { background-color: #242CBD; }
a { background-color: rgb(36,44,189); }
div.DivClassName
{
background-color: #242CBD;
}
.BgClassName
{
background-color: #242CBD;
}
</style>
border-color css
<style>
span { border-color: #242CBD; }
span { border-color: rgb(36,44,189); }
td.TdClassName
{
border-color: #242CBD;
}
.TagClassName
{
border-color: #242CBD;
}
</style>