Shades of Persian Blue #241ECC
Tints of Persian Blue #241ECC
RGB
CMYK
RGB Variations
Color information
#241ECC (or 0x241ECC) is known color: Persian Blue. HEX triplet: 24, 1E and CC. RGB value is (36,30,204). Sum of RGB (Red+Green+Blue) = 36+30+204=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #241ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ECC is #DBE133. Grayscale: #323232. Windows color (decimal): -14410036 or 13377060. OLE color: 13377060.
HSL color Cylindrical-coordinate representation of color #241ECC: hue angle of 242.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241ECC is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 30 | 204 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.2 |
| HSL | 242.07º | 0.74% | 0.46% | - |
| HSV(B) | 242.07º | 0.85% | 0.8% | - |
| XYZ | 12.09 | 5.66 | 57.58 | - |
| YUV | 51.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 204 | 0.82 | 0.85 | 0 | 0.2 | 242.07 | 0.74 | 0.46 |
| Hex | 24 | 1E | CC | 52 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 44 | 36 | 314 | 122 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100100 | 11110 | 11001100 | 1010010 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #241ECC
Complementary color
Monochromatic Colors of #241ECC
Black with #241ECC
Text Example
Text Example
White with #241ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241ECC; }
p { color: rgb(36,30,204); }
H1.HeaderClassName
{
color: #241ECC;
}
.AnyTagClassName
{
color: #241ECC;
}
</style>
background-color css
<style>
a { background-color: #241ECC; }
a { background-color: rgb(36,30,204); }
div.DivClassName
{
background-color: #241ECC;
}
.BgClassName
{
background-color: #241ECC;
}
</style>
border-color css
<style>
span { border-color: #241ECC; }
span { border-color: rgb(36,30,204); }
td.TdClassName
{
border-color: #241ECC;
}
.TagClassName
{
border-color: #241ECC;
}
</style>