Shades of Persian Blue #2329AD
Tints of Persian Blue #2329AD
RGB
CMYK
RGB Variations
Color information
#2329AD (or 0x2329AD) is known color: Persian Blue. HEX triplet: 23, 29 and AD. RGB value is (35,41,173). Sum of RGB (Red+Green+Blue) = 35+41+173=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #2329AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2329AD is #DCD652. Grayscale: #353535. Windows color (decimal): -14472787 or 11348259. OLE color: 11348259.
HSL color Cylindrical-coordinate representation of color #2329AD: hue angle of 237.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2329AD is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 41 | 173 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.32 |
| HSL | 237.39º | 0.66% | 0.41% | - |
| HSV(B) | 237.39º | 0.8% | 0.68% | - |
| XYZ | 9.03 | 4.96 | 40.02 | - |
| YUV | 54.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 173 | 0.80 | 0.76 | 0 | 0.32 | 237.39 | 0.66 | 0.41 |
| Hex | 23 | 29 | AD | 50 | 4C | 0 | 20 | ED | 42 | 29 |
| Octal | 43 | 51 | 255 | 120 | 114 | 0 | 40 | 355 | 102 | 51 |
| Binary | 100011 | 101001 | 10101101 | 1010000 | 1001100 | 0 | 100000 | 11101101 | 1000010 | 101001 |
Color Harmonies of #2329AD
Complementary color
Monochromatic Colors of #2329AD
Black with #2329AD
Text Example
Text Example
White with #2329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2329AD; }
p { color: rgb(35,41,173); }
H1.HeaderClassName
{
color: #2329AD;
}
.AnyTagClassName
{
color: #2329AD;
}
</style>
background-color css
<style>
a { background-color: #2329AD; }
a { background-color: rgb(35,41,173); }
div.DivClassName
{
background-color: #2329AD;
}
.BgClassName
{
background-color: #2329AD;
}
</style>
border-color css
<style>
span { border-color: #2329AD; }
span { border-color: rgb(35,41,173); }
td.TdClassName
{
border-color: #2329AD;
}
.TagClassName
{
border-color: #2329AD;
}
</style>