Shades of Persian Blue #2341DA
Tints of Persian Blue #2341DA
RGB
CMYK
RGB Variations
Color information
#2341DA (or 0x2341DA) is known color: Persian Blue. HEX triplet: 23, 41 and DA. RGB value is (35,65,218). Sum of RGB (Red+Green+Blue) = 35+65+218=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #2341DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341DA is #DCBE25. Grayscale: #484848. Windows color (decimal): -14466598 or 14303523. OLE color: 14303523.
HSL color Cylindrical-coordinate representation of color #2341DA: hue angle of 230.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2341DA is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 65 | 218 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.15 |
| HSL | 230.16º | 0.72% | 0.5% | - |
| HSV(B) | 230.16º | 0.84% | 0.85% | - |
| XYZ | 15.24 | 9.2 | 67.3 | - |
| YUV | 73.47 | 209.56 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 218 | 0.84 | 0.70 | 0 | 0.15 | 230.16 | 0.72 | 0.5 |
| Hex | 23 | 41 | DA | 54 | 46 | 0 | F | E6 | 48 | 32 |
| Octal | 43 | 101 | 332 | 124 | 106 | 0 | 17 | 346 | 110 | 62 |
| Binary | 100011 | 1000001 | 11011010 | 1010100 | 1000110 | 0 | 1111 | 11100110 | 1001000 | 110010 |
Color Harmonies of #2341DA
Complementary color
Monochromatic Colors of #2341DA
Black with #2341DA
Text Example
Text Example
White with #2341DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341DA; }
p { color: rgb(35,65,218); }
H1.HeaderClassName
{
color: #2341DA;
}
.AnyTagClassName
{
color: #2341DA;
}
</style>
background-color css
<style>
a { background-color: #2341DA; }
a { background-color: rgb(35,65,218); }
div.DivClassName
{
background-color: #2341DA;
}
.BgClassName
{
background-color: #2341DA;
}
</style>
border-color css
<style>
span { border-color: #2341DA; }
span { border-color: rgb(35,65,218); }
td.TdClassName
{
border-color: #2341DA;
}
.TagClassName
{
border-color: #2341DA;
}
</style>