Shades of Persian Blue #2342DF
Tints of Persian Blue #2342DF
RGB
CMYK
RGB Variations
Color information
#2342DF (or 0x2342DF) is known color: Persian Blue. HEX triplet: 23, 42 and DF. RGB value is (35,66,223). Sum of RGB (Red+Green+Blue) = 35+66+223=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #2342DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342DF is #DCBD20. Grayscale: #494949. Windows color (decimal): -14466337 or 14631459. OLE color: 14631459.
HSL color Cylindrical-coordinate representation of color #2342DF: hue angle of 230.11º 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 #2342DF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 66 | 223 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.13 |
| HSL | 230.11º | 0.75% | 0.51% | - |
| HSV(B) | 230.11º | 0.84% | 0.87% | - |
| XYZ | 15.96 | 9.58 | 70.82 | - |
| YUV | 74.63 | 211.73 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 223 | 0.84 | 0.70 | 0 | 0.13 | 230.11 | 0.75 | 0.51 |
| Hex | 23 | 42 | DF | 54 | 46 | 0 | D | E6 | 4B | 33 |
| Octal | 43 | 102 | 337 | 124 | 106 | 0 | 15 | 346 | 113 | 63 |
| Binary | 100011 | 1000010 | 11011111 | 1010100 | 1000110 | 0 | 1101 | 11100110 | 1001011 | 110011 |
Color Harmonies of #2342DF
Complementary color
Monochromatic Colors of #2342DF
Black with #2342DF
Text Example
Text Example
White with #2342DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2342DF; }
p { color: rgb(35,66,223); }
H1.HeaderClassName
{
color: #2342DF;
}
.AnyTagClassName
{
color: #2342DF;
}
</style>
background-color css
<style>
a { background-color: #2342DF; }
a { background-color: rgb(35,66,223); }
div.DivClassName
{
background-color: #2342DF;
}
.BgClassName
{
background-color: #2342DF;
}
</style>
border-color css
<style>
span { border-color: #2342DF; }
span { border-color: rgb(35,66,223); }
td.TdClassName
{
border-color: #2342DF;
}
.TagClassName
{
border-color: #2342DF;
}
</style>