Shades of Persian Blue #2441CA
Tints of Persian Blue #2441CA
RGB
CMYK
RGB Variations
Color information
#2441CA (or 0x2441CA) is known color: Persian Blue. HEX triplet: 24, 41 and CA. RGB value is (36,65,202). Sum of RGB (Red+Green+Blue) = 36+65+202=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #2441CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441CA is #DBBE35. Grayscale: #474747. Windows color (decimal): -14401078 or 13254948. OLE color: 13254948.
HSL color Cylindrical-coordinate representation of color #2441CA: hue angle of 229.52º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2441CA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 65 | 202 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.21 |
| HSL | 229.52º | 0.7% | 0.47% | - |
| HSV(B) | 229.52º | 0.82% | 0.79% | - |
| XYZ | 13.28 | 8.42 | 56.8 | - |
| YUV | 71.95 | 201.39 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 202 | 0.82 | 0.68 | 0 | 0.21 | 229.52 | 0.7 | 0.47 |
| Hex | 24 | 41 | CA | 52 | 44 | 0 | 15 | E6 | 46 | 2F |
| Octal | 44 | 101 | 312 | 122 | 104 | 0 | 25 | 346 | 106 | 57 |
| Binary | 100100 | 1000001 | 11001010 | 1010010 | 1000100 | 0 | 10101 | 11100110 | 1000110 | 101111 |
Color Harmonies of #2441CA
Complementary color
Monochromatic Colors of #2441CA
Black with #2441CA
Text Example
Text Example
White with #2441CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441CA; }
p { color: rgb(36,65,202); }
H1.HeaderClassName
{
color: #2441CA;
}
.AnyTagClassName
{
color: #2441CA;
}
</style>
background-color css
<style>
a { background-color: #2441CA; }
a { background-color: rgb(36,65,202); }
div.DivClassName
{
background-color: #2441CA;
}
.BgClassName
{
background-color: #2441CA;
}
</style>
border-color css
<style>
span { border-color: #2441CA; }
span { border-color: rgb(36,65,202); }
td.TdClassName
{
border-color: #2441CA;
}
.TagClassName
{
border-color: #2441CA;
}
</style>