Shades of Persian Blue #2339DF
Tints of Persian Blue #2339DF
RGB
CMYK
RGB Variations
Color information
#2339DF (or 0x2339DF) is known color: Persian Blue. HEX triplet: 23, 39 and DF. RGB value is (35,57,223). Sum of RGB (Red+Green+Blue) = 35+57+223=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #2339DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2339DF is #DCC620. Grayscale: #444444. Windows color (decimal): -14468641 or 14629155. OLE color: 14629155.
HSL color Cylindrical-coordinate representation of color #2339DF: hue angle of 232.98º 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 #2339DF is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 57 | 223 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.13 |
| HSL | 232.98º | 0.75% | 0.51% | - |
| HSV(B) | 232.98º | 0.84% | 0.87% | - |
| XYZ | 15.48 | 8.61 | 70.66 | - |
| YUV | 69.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 223 | 0.84 | 0.74 | 0 | 0.13 | 232.98 | 0.75 | 0.51 |
| Hex | 23 | 39 | DF | 54 | 4A | 0 | D | E9 | 4B | 33 |
| Octal | 43 | 71 | 337 | 124 | 112 | 0 | 15 | 351 | 113 | 63 |
| Binary | 100011 | 111001 | 11011111 | 1010100 | 1001010 | 0 | 1101 | 11101001 | 1001011 | 110011 |
Color Harmonies of #2339DF
Complementary color
Monochromatic Colors of #2339DF
Black with #2339DF
Text Example
Text Example
White with #2339DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2339DF; }
p { color: rgb(35,57,223); }
H1.HeaderClassName
{
color: #2339DF;
}
.AnyTagClassName
{
color: #2339DF;
}
</style>
background-color css
<style>
a { background-color: #2339DF; }
a { background-color: rgb(35,57,223); }
div.DivClassName
{
background-color: #2339DF;
}
.BgClassName
{
background-color: #2339DF;
}
</style>
border-color css
<style>
span { border-color: #2339DF; }
span { border-color: rgb(35,57,223); }
td.TdClassName
{
border-color: #2339DF;
}
.TagClassName
{
border-color: #2339DF;
}
</style>