Shades of Persian Blue #232AAD
Tints of Persian Blue #232AAD
RGB
CMYK
RGB Variations
Color information
#232AAD (or 0x232AAD) is known color: Persian Blue. HEX triplet: 23, 2A and AD. RGB value is (35,42,173). Sum of RGB (Red+Green+Blue) = 35+42+173=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #232AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232AAD is #DCD552. Grayscale: #363636. Windows color (decimal): -14472531 or 11348515. OLE color: 11348515.
HSL color Cylindrical-coordinate representation of color #232AAD: hue angle of 236.96º 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 #232AAD is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 42 | 173 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.32 |
| HSL | 236.96º | 0.66% | 0.41% | - |
| HSV(B) | 236.96º | 0.8% | 0.68% | - |
| XYZ | 9.06 | 5.03 | 40.03 | - |
| YUV | 54.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 173 | 0.80 | 0.76 | 0 | 0.32 | 236.96 | 0.66 | 0.41 |
| Hex | 23 | 2A | AD | 50 | 4C | 0 | 20 | ED | 42 | 29 |
| Octal | 43 | 52 | 255 | 120 | 114 | 0 | 40 | 355 | 102 | 51 |
| Binary | 100011 | 101010 | 10101101 | 1010000 | 1001100 | 0 | 100000 | 11101101 | 1000010 | 101001 |
Color Harmonies of #232AAD
Complementary color
Monochromatic Colors of #232AAD
Black with #232AAD
Text Example
Text Example
White with #232AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AAD; }
p { color: rgb(35,42,173); }
H1.HeaderClassName
{
color: #232AAD;
}
.AnyTagClassName
{
color: #232AAD;
}
</style>
background-color css
<style>
a { background-color: #232AAD; }
a { background-color: rgb(35,42,173); }
div.DivClassName
{
background-color: #232AAD;
}
.BgClassName
{
background-color: #232AAD;
}
</style>
border-color css
<style>
span { border-color: #232AAD; }
span { border-color: rgb(35,42,173); }
td.TdClassName
{
border-color: #232AAD;
}
.TagClassName
{
border-color: #232AAD;
}
</style>