Shades of Persian Blue #233BA9
Tints of Persian Blue #233BA9
RGB
CMYK
RGB Variations
Color information
#233BA9 (or 0x233BA9) is known color: Persian Blue. HEX triplet: 23, 3B and A9. RGB value is (35,59,169). Sum of RGB (Red+Green+Blue) = 35+59+169=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 169 (66.41% from 255 or 64.26% from 263); Max value from RGB is 169 - color contains mainly: blue. Hex color #233BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA9 is #DCC456. Grayscale: #3F3F3F. Windows color (decimal): -14468183 or 11090723. OLE color: 11090723.
HSL color Cylindrical-coordinate representation of color #233BA9: hue angle of 229.25º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #233BA9 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 59 | 169 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.34 |
| HSL | 229.25º | 0.66% | 0.4% | - |
| HSV(B) | 229.25º | 0.79% | 0.66% | - |
| XYZ | 9.42 | 6.35 | 38.27 | - |
| YUV | 64.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 169 | 0.79 | 0.65 | 0 | 0.34 | 229.25 | 0.66 | 0.4 |
| Hex | 23 | 3B | A9 | 4F | 41 | 0 | 22 | E5 | 42 | 28 |
| Octal | 43 | 73 | 251 | 117 | 101 | 0 | 42 | 345 | 102 | 50 |
| Binary | 100011 | 111011 | 10101001 | 1001111 | 1000001 | 0 | 100010 | 11100101 | 1000010 | 101000 |
Color Harmonies of #233BA9
Complementary color
Monochromatic Colors of #233BA9
Black with #233BA9
Text Example
Text Example
White with #233BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BA9; }
p { color: rgb(35,59,169); }
H1.HeaderClassName
{
color: #233BA9;
}
.AnyTagClassName
{
color: #233BA9;
}
</style>
background-color css
<style>
a { background-color: #233BA9; }
a { background-color: rgb(35,59,169); }
div.DivClassName
{
background-color: #233BA9;
}
.BgClassName
{
background-color: #233BA9;
}
</style>
border-color css
<style>
span { border-color: #233BA9; }
span { border-color: rgb(35,59,169); }
td.TdClassName
{
border-color: #233BA9;
}
.TagClassName
{
border-color: #233BA9;
}
</style>