Shades of Persian Blue #2342DD
Tints of Persian Blue #2342DD
RGB
CMYK
RGB Variations
Color information
#2342DD (or 0x2342DD) is known color: Persian Blue. HEX triplet: 23, 42 and DD. RGB value is (35,66,221). Sum of RGB (Red+Green+Blue) = 35+66+221=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #2342DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342DD is #DCBD22. Grayscale: #494949. Windows color (decimal): -14466339 or 14500387. OLE color: 14500387.
HSL color Cylindrical-coordinate representation of color #2342DD: hue angle of 230º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2342DD is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 66 | 221 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.13 |
| HSL | 230º | 0.73% | 0.5% | - |
| HSV(B) | 230º | 0.84% | 0.87% | - |
| XYZ | 15.69 | 9.47 | 69.41 | - |
| YUV | 74.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 221 | 0.84 | 0.70 | 0 | 0.13 | 230 | 0.73 | 0.5 |
| Hex | 23 | 42 | DD | 54 | 46 | 0 | D | E6 | 49 | 32 |
| Octal | 43 | 102 | 335 | 124 | 106 | 0 | 15 | 346 | 111 | 62 |
| Binary | 100011 | 1000010 | 11011101 | 1010100 | 1000110 | 0 | 1101 | 11100110 | 1001001 | 110010 |
Color Harmonies of #2342DD
Complementary color
Monochromatic Colors of #2342DD
Black with #2342DD
Text Example
Text Example
White with #2342DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2342DD; }
p { color: rgb(35,66,221); }
H1.HeaderClassName
{
color: #2342DD;
}
.AnyTagClassName
{
color: #2342DD;
}
</style>
background-color css
<style>
a { background-color: #2342DD; }
a { background-color: rgb(35,66,221); }
div.DivClassName
{
background-color: #2342DD;
}
.BgClassName
{
background-color: #2342DD;
}
</style>
border-color css
<style>
span { border-color: #2342DD; }
span { border-color: rgb(35,66,221); }
td.TdClassName
{
border-color: #2342DD;
}
.TagClassName
{
border-color: #2342DD;
}
</style>