Shades of Persian Blue #2341CD
Tints of Persian Blue #2341CD
RGB
CMYK
RGB Variations
Color information
#2341CD (or 0x2341CD) is known color: Persian Blue. HEX triplet: 23, 41 and CD. RGB value is (35,65,205). Sum of RGB (Red+Green+Blue) = 35+65+205=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #2341CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341CD is #DCBE32. Grayscale: #474747. Windows color (decimal): -14466611 or 13451555. OLE color: 13451555.
HSL color Cylindrical-coordinate representation of color #2341CD: hue angle of 229.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2341CD is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 65 | 205 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.20 |
| HSL | 229.41º | 0.71% | 0.47% | - |
| HSV(B) | 229.41º | 0.83% | 0.8% | - |
| XYZ | 13.6 | 8.55 | 58.69 | - |
| YUV | 71.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 205 | 0.83 | 0.68 | 0 | 0.20 | 229.41 | 0.71 | 0.47 |
| Hex | 23 | 41 | CD | 53 | 44 | 0 | 14 | E5 | 47 | 2F |
| Octal | 43 | 101 | 315 | 123 | 104 | 0 | 24 | 345 | 107 | 57 |
| Binary | 100011 | 1000001 | 11001101 | 1010011 | 1000100 | 0 | 10100 | 11100101 | 1000111 | 101111 |
Color Harmonies of #2341CD
Complementary color
Monochromatic Colors of #2341CD
Black with #2341CD
Text Example
Text Example
White with #2341CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341CD; }
p { color: rgb(35,65,205); }
H1.HeaderClassName
{
color: #2341CD;
}
.AnyTagClassName
{
color: #2341CD;
}
</style>
background-color css
<style>
a { background-color: #2341CD; }
a { background-color: rgb(35,65,205); }
div.DivClassName
{
background-color: #2341CD;
}
.BgClassName
{
background-color: #2341CD;
}
</style>
border-color css
<style>
span { border-color: #2341CD; }
span { border-color: rgb(35,65,205); }
td.TdClassName
{
border-color: #2341CD;
}
.TagClassName
{
border-color: #2341CD;
}
</style>