Shades of Persian Blue #2343DA
Tints of Persian Blue #2343DA
RGB
CMYK
RGB Variations
Color information
#2343DA (or 0x2343DA) is known color: Persian Blue. HEX triplet: 23, 43 and DA. RGB value is (35,67,218). Sum of RGB (Red+Green+Blue) = 35+67+218=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #2343DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343DA is #DCBC25. Grayscale: #4A4A4A. Windows color (decimal): -14466086 or 14304035. OLE color: 14304035.
HSL color Cylindrical-coordinate representation of color #2343DA: hue angle of 229.51º 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 #2343DA is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 67 | 218 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.15 |
| HSL | 229.51º | 0.72% | 0.5% | - |
| HSV(B) | 229.51º | 0.84% | 0.85% | - |
| XYZ | 15.36 | 9.43 | 67.34 | - |
| YUV | 74.65 | 208.9 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 218 | 0.84 | 0.69 | 0 | 0.15 | 229.51 | 0.72 | 0.5 |
| Hex | 23 | 43 | DA | 54 | 45 | 0 | F | E6 | 48 | 32 |
| Octal | 43 | 103 | 332 | 124 | 105 | 0 | 17 | 346 | 110 | 62 |
| Binary | 100011 | 1000011 | 11011010 | 1010100 | 1000101 | 0 | 1111 | 11100110 | 1001000 | 110010 |
Color Harmonies of #2343DA
Complementary color
Monochromatic Colors of #2343DA
Black with #2343DA
Text Example
Text Example
White with #2343DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343DA; }
p { color: rgb(35,67,218); }
H1.HeaderClassName
{
color: #2343DA;
}
.AnyTagClassName
{
color: #2343DA;
}
</style>
background-color css
<style>
a { background-color: #2343DA; }
a { background-color: rgb(35,67,218); }
div.DivClassName
{
background-color: #2343DA;
}
.BgClassName
{
background-color: #2343DA;
}
</style>
border-color css
<style>
span { border-color: #2343DA; }
span { border-color: rgb(35,67,218); }
td.TdClassName
{
border-color: #2343DA;
}
.TagClassName
{
border-color: #2343DA;
}
</style>