Shades of Persian Blue #2439DF
Tints of Persian Blue #2439DF
RGB
CMYK
RGB Variations
Color information
#2439DF (or 0x2439DF) is known color: Persian Blue. HEX triplet: 24, 39 and DF. RGB value is (36,57,223). Sum of RGB (Red+Green+Blue) = 36+57+223=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #2439DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439DF is #DBC620. Grayscale: #444444. Windows color (decimal): -14403105 or 14629156. OLE color: 14629156.
HSL color Cylindrical-coordinate representation of color #2439DF: hue angle of 233.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2439DF is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 57 | 223 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 233.26º | 0.75% | 0.51% | - |
| HSV(B) | 233.26º | 0.84% | 0.87% | - |
| XYZ | 15.51 | 8.63 | 70.66 | - |
| YUV | 69.65 | 214.54 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 223 | 0.84 | 0.74 | 0 | 0.13 | 233.26 | 0.75 | 0.51 |
| Hex | 24 | 39 | DF | 54 | 4A | 0 | D | E9 | 4B | 33 |
| Octal | 44 | 71 | 337 | 124 | 112 | 0 | 15 | 351 | 113 | 63 |
| Binary | 100100 | 111001 | 11011111 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001011 | 110011 |
Color Harmonies of #2439DF
Complementary color
Monochromatic Colors of #2439DF
Black with #2439DF
Text Example
Text Example
White with #2439DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2439DF; }
p { color: rgb(36,57,223); }
H1.HeaderClassName
{
color: #2439DF;
}
.AnyTagClassName
{
color: #2439DF;
}
</style>
background-color css
<style>
a { background-color: #2439DF; }
a { background-color: rgb(36,57,223); }
div.DivClassName
{
background-color: #2439DF;
}
.BgClassName
{
background-color: #2439DF;
}
</style>
border-color css
<style>
span { border-color: #2439DF; }
span { border-color: rgb(36,57,223); }
td.TdClassName
{
border-color: #2439DF;
}
.TagClassName
{
border-color: #2439DF;
}
</style>