Shades of Persian Blue #2444CB
Tints of Persian Blue #2444CB
RGB
CMYK
RGB Variations
Color information
#2444CB (or 0x2444CB) is known color: Persian Blue. HEX triplet: 24, 44 and CB. RGB value is (36,68,203). Sum of RGB (Red+Green+Blue) = 36+68+203=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #2444CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2444CB is #DBBB34. Grayscale: #494949. Windows color (decimal): -14400309 or 13321252. OLE color: 13321252.
HSL color Cylindrical-coordinate representation of color #2444CB: hue angle of 228.5º 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 #2444CB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 68 | 203 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.20 |
| HSL | 228.5º | 0.7% | 0.47% | - |
| HSV(B) | 228.5º | 0.82% | 0.8% | - |
| XYZ | 13.57 | 8.82 | 57.49 | - |
| YUV | 73.82 | 200.9 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 203 | 0.82 | 0.67 | 0 | 0.20 | 228.5 | 0.7 | 0.47 |
| Hex | 24 | 44 | CB | 52 | 43 | 0 | 14 | E5 | 46 | 2F |
| Octal | 44 | 104 | 313 | 122 | 103 | 0 | 24 | 345 | 106 | 57 |
| Binary | 100100 | 1000100 | 11001011 | 1010010 | 1000011 | 0 | 10100 | 11100101 | 1000110 | 101111 |
Color Harmonies of #2444CB
Complementary color
Monochromatic Colors of #2444CB
Black with #2444CB
Text Example
Text Example
White with #2444CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444CB; }
p { color: rgb(36,68,203); }
H1.HeaderClassName
{
color: #2444CB;
}
.AnyTagClassName
{
color: #2444CB;
}
</style>
background-color css
<style>
a { background-color: #2444CB; }
a { background-color: rgb(36,68,203); }
div.DivClassName
{
background-color: #2444CB;
}
.BgClassName
{
background-color: #2444CB;
}
</style>
border-color css
<style>
span { border-color: #2444CB; }
span { border-color: rgb(36,68,203); }
td.TdClassName
{
border-color: #2444CB;
}
.TagClassName
{
border-color: #2444CB;
}
</style>