Shades of Persian Blue #2341D1
Tints of Persian Blue #2341D1
RGB
CMYK
RGB Variations
Color information
#2341D1 (or 0x2341D1) is known color: Persian Blue. HEX triplet: 23, 41 and D1. RGB value is (35,65,209). Sum of RGB (Red+Green+Blue) = 35+65+209=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #2341D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341D1 is #DCBE2E. Grayscale: #474747. Windows color (decimal): -14466607 or 13713699. OLE color: 13713699.
HSL color Cylindrical-coordinate representation of color #2341D1: hue angle of 229.66º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2341D1 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 65 | 209 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.18 |
| HSL | 229.66º | 0.71% | 0.48% | - |
| HSV(B) | 229.66º | 0.83% | 0.82% | - |
| XYZ | 14.09 | 8.74 | 61.27 | - |
| YUV | 72.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 209 | 0.83 | 0.69 | 0 | 0.18 | 229.66 | 0.71 | 0.48 |
| Hex | 23 | 41 | D1 | 53 | 45 | 0 | 12 | E6 | 47 | 30 |
| Octal | 43 | 101 | 321 | 123 | 105 | 0 | 22 | 346 | 107 | 60 |
| Binary | 100011 | 1000001 | 11010001 | 1010011 | 1000101 | 0 | 10010 | 11100110 | 1000111 | 110000 |
Color Harmonies of #2341D1
Complementary color
Monochromatic Colors of #2341D1
Black with #2341D1
Text Example
Text Example
White with #2341D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341D1; }
p { color: rgb(35,65,209); }
H1.HeaderClassName
{
color: #2341D1;
}
.AnyTagClassName
{
color: #2341D1;
}
</style>
background-color css
<style>
a { background-color: #2341D1; }
a { background-color: rgb(35,65,209); }
div.DivClassName
{
background-color: #2341D1;
}
.BgClassName
{
background-color: #2341D1;
}
</style>
border-color css
<style>
span { border-color: #2341D1; }
span { border-color: rgb(35,65,209); }
td.TdClassName
{
border-color: #2341D1;
}
.TagClassName
{
border-color: #2341D1;
}
</style>