Shades of Persian Blue #2441CC
Tints of Persian Blue #2441CC
RGB
CMYK
RGB Variations
Color information
#2441CC (or 0x2441CC) is known color: Persian Blue. HEX triplet: 24, 41 and CC. RGB value is (36,65,204). Sum of RGB (Red+Green+Blue) = 36+65+204=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2441CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441CC is #DBBE33. Grayscale: #474747. Windows color (decimal): -14401076 or 13386020. OLE color: 13386020.
HSL color Cylindrical-coordinate representation of color #2441CC: hue angle of 229.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2441CC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 65 | 204 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.2 |
| HSL | 229.64º | 0.7% | 0.47% | - |
| HSV(B) | 229.64º | 0.82% | 0.8% | - |
| XYZ | 13.52 | 8.52 | 58.06 | - |
| YUV | 72.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 204 | 0.82 | 0.68 | 0 | 0.2 | 229.64 | 0.7 | 0.47 |
| Hex | 24 | 41 | CC | 52 | 44 | 0 | 14 | E6 | 46 | 2F |
| Octal | 44 | 101 | 314 | 122 | 104 | 0 | 24 | 346 | 106 | 57 |
| Binary | 100100 | 1000001 | 11001100 | 1010010 | 1000100 | 0 | 10100 | 11100110 | 1000110 | 101111 |
Color Harmonies of #2441CC
Complementary color
Monochromatic Colors of #2441CC
Black with #2441CC
Text Example
Text Example
White with #2441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441CC; }
p { color: rgb(36,65,204); }
H1.HeaderClassName
{
color: #2441CC;
}
.AnyTagClassName
{
color: #2441CC;
}
</style>
background-color css
<style>
a { background-color: #2441CC; }
a { background-color: rgb(36,65,204); }
div.DivClassName
{
background-color: #2441CC;
}
.BgClassName
{
background-color: #2441CC;
}
</style>
border-color css
<style>
span { border-color: #2441CC; }
span { border-color: rgb(36,65,204); }
td.TdClassName
{
border-color: #2441CC;
}
.TagClassName
{
border-color: #2441CC;
}
</style>