Shades of Persian Blue #241BCD
Tints of Persian Blue #241BCD
RGB
CMYK
RGB Variations
Color information
#241BCD (or 0x241BCD) is known color: Persian Blue. HEX triplet: 24, 1B and CD. RGB value is (36,27,205). Sum of RGB (Red+Green+Blue) = 36+27+205=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #241BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BCD is #DBE432. Grayscale: #313131. Windows color (decimal): -14410803 or 13441828. OLE color: 13441828.
HSL color Cylindrical-coordinate representation of color #241BCD: hue angle of 243.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241BCD is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 27 | 205 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.20 |
| HSL | 243.03º | 0.77% | 0.45% | - |
| HSV(B) | 243.03º | 0.87% | 0.8% | - |
| XYZ | 12.14 | 5.57 | 58.19 | - |
| YUV | 49.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 205 | 0.82 | 0.87 | 0 | 0.20 | 243.03 | 0.77 | 0.45 |
| Hex | 24 | 1B | CD | 52 | 57 | 0 | 14 | F3 | 4D | 2D |
| Octal | 44 | 33 | 315 | 122 | 127 | 0 | 24 | 363 | 115 | 55 |
| Binary | 100100 | 11011 | 11001101 | 1010010 | 1010111 | 0 | 10100 | 11110011 | 1001101 | 101101 |
Color Harmonies of #241BCD
Complementary color
Monochromatic Colors of #241BCD
Black with #241BCD
Text Example
Text Example
White with #241BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BCD; }
p { color: rgb(36,27,205); }
H1.HeaderClassName
{
color: #241BCD;
}
.AnyTagClassName
{
color: #241BCD;
}
</style>
background-color css
<style>
a { background-color: #241BCD; }
a { background-color: rgb(36,27,205); }
div.DivClassName
{
background-color: #241BCD;
}
.BgClassName
{
background-color: #241BCD;
}
</style>
border-color css
<style>
span { border-color: #241BCD; }
span { border-color: rgb(36,27,205); }
td.TdClassName
{
border-color: #241BCD;
}
.TagClassName
{
border-color: #241BCD;
}
</style>