Shades of Persian Blue #232AAB
Tints of Persian Blue #232AAB
RGB
CMYK
RGB Variations
Color information
#232AAB (or 0x232AAB) is known color: Persian Blue. HEX triplet: 23, 2A and AB. RGB value is (35,42,171). Sum of RGB (Red+Green+Blue) = 35+42+171=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #232AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232AAB is #DCD554. Grayscale: #363636. Windows color (decimal): -14472533 or 11217443. OLE color: 11217443.
HSL color Cylindrical-coordinate representation of color #232AAB: hue angle of 236.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232AAB is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 42 | 171 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.33 |
| HSL | 236.91º | 0.66% | 0.4% | - |
| HSV(B) | 236.91º | 0.8% | 0.67% | - |
| XYZ | 8.87 | 4.95 | 39.02 | - |
| YUV | 54.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 171 | 0.80 | 0.75 | 0 | 0.33 | 236.91 | 0.66 | 0.4 |
| Hex | 23 | 2A | AB | 50 | 4B | 0 | 21 | ED | 42 | 28 |
| Octal | 43 | 52 | 253 | 120 | 113 | 0 | 41 | 355 | 102 | 50 |
| Binary | 100011 | 101010 | 10101011 | 1010000 | 1001011 | 0 | 100001 | 11101101 | 1000010 | 101000 |
Color Harmonies of #232AAB
Complementary color
Monochromatic Colors of #232AAB
Black with #232AAB
Text Example
Text Example
White with #232AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AAB; }
p { color: rgb(35,42,171); }
H1.HeaderClassName
{
color: #232AAB;
}
.AnyTagClassName
{
color: #232AAB;
}
</style>
background-color css
<style>
a { background-color: #232AAB; }
a { background-color: rgb(35,42,171); }
div.DivClassName
{
background-color: #232AAB;
}
.BgClassName
{
background-color: #232AAB;
}
</style>
border-color css
<style>
span { border-color: #232AAB; }
span { border-color: rgb(35,42,171); }
td.TdClassName
{
border-color: #232AAB;
}
.TagClassName
{
border-color: #232AAB;
}
</style>