Shades of Persian Blue #241ACD
Tints of Persian Blue #241ACD
RGB
CMYK
RGB Variations
Color information
#241ACD (or 0x241ACD) is known color: Persian Blue. HEX triplet: 24, 1A and CD. RGB value is (36,26,205). Sum of RGB (Red+Green+Blue) = 36+26+205=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #241ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ACD is #DBE532. Grayscale: #303030. Windows color (decimal): -14411059 or 13441572. OLE color: 13441572.
HSL color Cylindrical-coordinate representation of color #241ACD: hue angle of 243.35º 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 #241ACD is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 26 | 205 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.20 |
| HSL | 243.35º | 0.77% | 0.45% | - |
| HSV(B) | 243.35º | 0.87% | 0.8% | - |
| XYZ | 12.12 | 5.52 | 58.18 | - |
| YUV | 49.4 | 215.81 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 205 | 0.82 | 0.87 | 0 | 0.20 | 243.35 | 0.77 | 0.45 |
| Hex | 24 | 1A | CD | 52 | 57 | 0 | 14 | F3 | 4D | 2D |
| Octal | 44 | 32 | 315 | 122 | 127 | 0 | 24 | 363 | 115 | 55 |
| Binary | 100100 | 11010 | 11001101 | 1010010 | 1010111 | 0 | 10100 | 11110011 | 1001101 | 101101 |
Color Harmonies of #241ACD
Complementary color
Monochromatic Colors of #241ACD
Black with #241ACD
Text Example
Text Example
White with #241ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241ACD; }
p { color: rgb(36,26,205); }
H1.HeaderClassName
{
color: #241ACD;
}
.AnyTagClassName
{
color: #241ACD;
}
</style>
background-color css
<style>
a { background-color: #241ACD; }
a { background-color: rgb(36,26,205); }
div.DivClassName
{
background-color: #241ACD;
}
.BgClassName
{
background-color: #241ACD;
}
</style>
border-color css
<style>
span { border-color: #241ACD; }
span { border-color: rgb(36,26,205); }
td.TdClassName
{
border-color: #241ACD;
}
.TagClassName
{
border-color: #241ACD;
}
</style>