Shades of Persian Blue #232BAA
Tints of Persian Blue #232BAA
RGB
CMYK
RGB Variations
Color information
#232BAA (or 0x232BAA) is known color: Persian Blue. HEX triplet: 23, 2B and AA. RGB value is (35,43,170). Sum of RGB (Red+Green+Blue) = 35+43+170=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #232BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BAA is #DCD455. Grayscale: #363636. Windows color (decimal): -14472278 or 11152163. OLE color: 11152163.
HSL color Cylindrical-coordinate representation of color #232BAA: hue angle of 236.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232BAA is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 43 | 170 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.33 |
| HSL | 236.44º | 0.66% | 0.4% | - |
| HSV(B) | 236.44º | 0.79% | 0.67% | - |
| XYZ | 8.81 | 4.99 | 38.53 | - |
| YUV | 55.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 170 | 0.79 | 0.75 | 0 | 0.33 | 236.44 | 0.66 | 0.4 |
| Hex | 23 | 2B | AA | 4F | 4B | 0 | 21 | EC | 42 | 28 |
| Octal | 43 | 53 | 252 | 117 | 113 | 0 | 41 | 354 | 102 | 50 |
| Binary | 100011 | 101011 | 10101010 | 1001111 | 1001011 | 0 | 100001 | 11101100 | 1000010 | 101000 |
Color Harmonies of #232BAA
Complementary color
Monochromatic Colors of #232BAA
Black with #232BAA
Text Example
Text Example
White with #232BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BAA; }
p { color: rgb(35,43,170); }
H1.HeaderClassName
{
color: #232BAA;
}
.AnyTagClassName
{
color: #232BAA;
}
</style>
background-color css
<style>
a { background-color: #232BAA; }
a { background-color: rgb(35,43,170); }
div.DivClassName
{
background-color: #232BAA;
}
.BgClassName
{
background-color: #232BAA;
}
</style>
border-color css
<style>
span { border-color: #232BAA; }
span { border-color: rgb(35,43,170); }
td.TdClassName
{
border-color: #232BAA;
}
.TagClassName
{
border-color: #232BAA;
}
</style>