Shades of Persian Blue #232BAD
Tints of Persian Blue #232BAD
RGB
CMYK
RGB Variations
Color information
#232BAD (or 0x232BAD) is known color: Persian Blue. HEX triplet: 23, 2B and AD. RGB value is (35,43,173). Sum of RGB (Red+Green+Blue) = 35+43+173=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #232BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BAD is #DCD452. Grayscale: #363636. Windows color (decimal): -14472275 or 11348771. OLE color: 11348771.
HSL color Cylindrical-coordinate representation of color #232BAD: hue angle of 236.52º 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 #232BAD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 43 | 173 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.32 |
| HSL | 236.52º | 0.66% | 0.41% | - |
| HSV(B) | 236.52º | 0.8% | 0.68% | - |
| XYZ | 9.1 | 5.1 | 40.04 | - |
| YUV | 55.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 173 | 0.80 | 0.75 | 0 | 0.32 | 236.52 | 0.66 | 0.41 |
| Hex | 23 | 2B | AD | 50 | 4B | 0 | 20 | ED | 42 | 29 |
| Octal | 43 | 53 | 255 | 120 | 113 | 0 | 40 | 355 | 102 | 51 |
| Binary | 100011 | 101011 | 10101101 | 1010000 | 1001011 | 0 | 100000 | 11101101 | 1000010 | 101001 |
Color Harmonies of #232BAD
Complementary color
Monochromatic Colors of #232BAD
Black with #232BAD
Text Example
Text Example
White with #232BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BAD; }
p { color: rgb(35,43,173); }
H1.HeaderClassName
{
color: #232BAD;
}
.AnyTagClassName
{
color: #232BAD;
}
</style>
background-color css
<style>
a { background-color: #232BAD; }
a { background-color: rgb(35,43,173); }
div.DivClassName
{
background-color: #232BAD;
}
.BgClassName
{
background-color: #232BAD;
}
</style>
border-color css
<style>
span { border-color: #232BAD; }
span { border-color: rgb(35,43,173); }
td.TdClassName
{
border-color: #232BAD;
}
.TagClassName
{
border-color: #232BAD;
}
</style>