Shades of Persian Blue #2439CB
Tints of Persian Blue #2439CB
RGB
CMYK
RGB Variations
Color information
#2439CB (or 0x2439CB) is known color: Persian Blue. HEX triplet: 24, 39 and CB. RGB value is (36,57,203). Sum of RGB (Red+Green+Blue) = 36+57+203=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2439CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439CB is #DBC634. Grayscale: #424242. Windows color (decimal): -14403125 or 13318436. OLE color: 13318436.
HSL color Cylindrical-coordinate representation of color #2439CB: hue angle of 232.46º 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 #2439CB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 57 | 203 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.20 |
| HSL | 232.46º | 0.7% | 0.47% | - |
| HSV(B) | 232.46º | 0.82% | 0.8% | - |
| XYZ | 12.97 | 7.61 | 57.29 | - |
| YUV | 67.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 203 | 0.82 | 0.72 | 0 | 0.20 | 232.46 | 0.7 | 0.47 |
| Hex | 24 | 39 | CB | 52 | 48 | 0 | 14 | E8 | 46 | 2F |
| Octal | 44 | 71 | 313 | 122 | 110 | 0 | 24 | 350 | 106 | 57 |
| Binary | 100100 | 111001 | 11001011 | 1010010 | 1001000 | 0 | 10100 | 11101000 | 1000110 | 101111 |
Color Harmonies of #2439CB
Complementary color
Monochromatic Colors of #2439CB
Black with #2439CB
Text Example
Text Example
White with #2439CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2439CB; }
p { color: rgb(36,57,203); }
H1.HeaderClassName
{
color: #2439CB;
}
.AnyTagClassName
{
color: #2439CB;
}
</style>
background-color css
<style>
a { background-color: #2439CB; }
a { background-color: rgb(36,57,203); }
div.DivClassName
{
background-color: #2439CB;
}
.BgClassName
{
background-color: #2439CB;
}
</style>
border-color css
<style>
span { border-color: #2439CB; }
span { border-color: rgb(36,57,203); }
td.TdClassName
{
border-color: #2439CB;
}
.TagClassName
{
border-color: #2439CB;
}
</style>