Shades of Persian Blue #232DAD
Tints of Persian Blue #232DAD
RGB
CMYK
RGB Variations
Color information
#232DAD (or 0x232DAD) is known color: Persian Blue. HEX triplet: 23, 2D and AD. RGB value is (35,45,173). Sum of RGB (Red+Green+Blue) = 35+45+173=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #232DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DAD is #DCD252. Grayscale: #383838. Windows color (decimal): -14471763 or 11349283. OLE color: 11349283.
HSL color Cylindrical-coordinate representation of color #232DAD: hue angle of 235.65º 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 #232DAD is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 45 | 173 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.32 |
| HSL | 235.65º | 0.66% | 0.41% | - |
| HSV(B) | 235.65º | 0.8% | 0.68% | - |
| XYZ | 9.17 | 5.25 | 40.07 | - |
| YUV | 56.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 173 | 0.80 | 0.74 | 0 | 0.32 | 235.65 | 0.66 | 0.41 |
| Hex | 23 | 2D | AD | 50 | 4A | 0 | 20 | EC | 42 | 29 |
| Octal | 43 | 55 | 255 | 120 | 112 | 0 | 40 | 354 | 102 | 51 |
| Binary | 100011 | 101101 | 10101101 | 1010000 | 1001010 | 0 | 100000 | 11101100 | 1000010 | 101001 |
Color Harmonies of #232DAD
Complementary color
Monochromatic Colors of #232DAD
Black with #232DAD
Text Example
Text Example
White with #232DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DAD; }
p { color: rgb(35,45,173); }
H1.HeaderClassName
{
color: #232DAD;
}
.AnyTagClassName
{
color: #232DAD;
}
</style>
background-color css
<style>
a { background-color: #232DAD; }
a { background-color: rgb(35,45,173); }
div.DivClassName
{
background-color: #232DAD;
}
.BgClassName
{
background-color: #232DAD;
}
</style>
border-color css
<style>
span { border-color: #232DAD; }
span { border-color: rgb(35,45,173); }
td.TdClassName
{
border-color: #232DAD;
}
.TagClassName
{
border-color: #232DAD;
}
</style>