Shades of Persian Blue #2340DD
Tints of Persian Blue #2340DD
RGB
CMYK
RGB Variations
Color information
#2340DD (or 0x2340DD) is known color: Persian Blue. HEX triplet: 23, 40 and DD. RGB value is (35,64,221). Sum of RGB (Red+Green+Blue) = 35+64+221=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #2340DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340DD is #DCBF22. Grayscale: #484848. Windows color (decimal): -14466851 or 14499875. OLE color: 14499875.
HSL color Cylindrical-coordinate representation of color #2340DD: hue angle of 230.65º 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 #2340DD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 64 | 221 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.13 |
| HSL | 230.65º | 0.73% | 0.5% | - |
| HSV(B) | 230.65º | 0.84% | 0.87% | - |
| XYZ | 15.58 | 9.24 | 69.37 | - |
| YUV | 73.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 221 | 0.84 | 0.71 | 0 | 0.13 | 230.65 | 0.73 | 0.5 |
| Hex | 23 | 40 | DD | 54 | 47 | 0 | D | E7 | 49 | 32 |
| Octal | 43 | 100 | 335 | 124 | 107 | 0 | 15 | 347 | 111 | 62 |
| Binary | 100011 | 1000000 | 11011101 | 1010100 | 1000111 | 0 | 1101 | 11100111 | 1001001 | 110010 |
Color Harmonies of #2340DD
Complementary color
Monochromatic Colors of #2340DD
Black with #2340DD
Text Example
Text Example
White with #2340DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2340DD; }
p { color: rgb(35,64,221); }
H1.HeaderClassName
{
color: #2340DD;
}
.AnyTagClassName
{
color: #2340DD;
}
</style>
background-color css
<style>
a { background-color: #2340DD; }
a { background-color: rgb(35,64,221); }
div.DivClassName
{
background-color: #2340DD;
}
.BgClassName
{
background-color: #2340DD;
}
</style>
border-color css
<style>
span { border-color: #2340DD; }
span { border-color: rgb(35,64,221); }
td.TdClassName
{
border-color: #2340DD;
}
.TagClassName
{
border-color: #2340DD;
}
</style>