Shades of Persian Blue #2441C0
Tints of Persian Blue #2441C0
RGB
CMYK
RGB Variations
Color information
#2441C0 (or 0x2441C0) is known color: Persian Blue. HEX triplet: 24, 41 and C0. RGB value is (36,65,192). Sum of RGB (Red+Green+Blue) = 36+65+192=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #2441C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441C0 is #DBBE3F. Grayscale: #464646. Windows color (decimal): -14401088 or 12599588. OLE color: 12599588.
HSL color Cylindrical-coordinate representation of color #2441C0: hue angle of 228.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2441C0 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 65 | 192 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.25 |
| HSL | 228.85º | 0.68% | 0.45% | - |
| HSV(B) | 228.85º | 0.81% | 0.75% | - |
| XYZ | 12.13 | 7.96 | 50.77 | - |
| YUV | 70.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 192 | 0.81 | 0.66 | 0 | 0.25 | 228.85 | 0.68 | 0.45 |
| Hex | 24 | 41 | C0 | 51 | 42 | 0 | 19 | E5 | 44 | 2D |
| Octal | 44 | 101 | 300 | 121 | 102 | 0 | 31 | 345 | 104 | 55 |
| Binary | 100100 | 1000001 | 11000000 | 1010001 | 1000010 | 0 | 11001 | 11100101 | 1000100 | 101101 |
Color Harmonies of #2441C0
Complementary color
Monochromatic Colors of #2441C0
Black with #2441C0
Text Example
Text Example
White with #2441C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441C0; }
p { color: rgb(36,65,192); }
H1.HeaderClassName
{
color: #2441C0;
}
.AnyTagClassName
{
color: #2441C0;
}
</style>
background-color css
<style>
a { background-color: #2441C0; }
a { background-color: rgb(36,65,192); }
div.DivClassName
{
background-color: #2441C0;
}
.BgClassName
{
background-color: #2441C0;
}
</style>
border-color css
<style>
span { border-color: #2441C0; }
span { border-color: rgb(36,65,192); }
td.TdClassName
{
border-color: #2441C0;
}
.TagClassName
{
border-color: #2441C0;
}
</style>