Shades of Persian Blue #2343DC
Tints of Persian Blue #2343DC
RGB
CMYK
RGB Variations
Color information
#2343DC (or 0x2343DC) is known color: Persian Blue. HEX triplet: 23, 43 and DC. RGB value is (35,67,220). Sum of RGB (Red+Green+Blue) = 35+67+220=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #2343DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343DC is #DCBC23. Grayscale: #4A4A4A. Windows color (decimal): -14466084 or 14435107. OLE color: 14435107.
HSL color Cylindrical-coordinate representation of color #2343DC: hue angle of 229.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2343DC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 67 | 220 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.14 |
| HSL | 229.62º | 0.73% | 0.5% | - |
| HSV(B) | 229.62º | 0.84% | 0.86% | - |
| XYZ | 15.62 | 9.54 | 68.73 | - |
| YUV | 74.87 | 209.9 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 220 | 0.84 | 0.70 | 0 | 0.14 | 229.62 | 0.73 | 0.5 |
| Hex | 23 | 43 | DC | 54 | 46 | 0 | E | E6 | 49 | 32 |
| Octal | 43 | 103 | 334 | 124 | 106 | 0 | 16 | 346 | 111 | 62 |
| Binary | 100011 | 1000011 | 11011100 | 1010100 | 1000110 | 0 | 1110 | 11100110 | 1001001 | 110010 |
Color Harmonies of #2343DC
Complementary color
Monochromatic Colors of #2343DC
Black with #2343DC
Text Example
Text Example
White with #2343DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343DC; }
p { color: rgb(35,67,220); }
H1.HeaderClassName
{
color: #2343DC;
}
.AnyTagClassName
{
color: #2343DC;
}
</style>
background-color css
<style>
a { background-color: #2343DC; }
a { background-color: rgb(35,67,220); }
div.DivClassName
{
background-color: #2343DC;
}
.BgClassName
{
background-color: #2343DC;
}
</style>
border-color css
<style>
span { border-color: #2343DC; }
span { border-color: rgb(35,67,220); }
td.TdClassName
{
border-color: #2343DC;
}
.TagClassName
{
border-color: #2343DC;
}
</style>