Shades of Persian Blue #233BB9
Tints of Persian Blue #233BB9
RGB
CMYK
RGB Variations
Color information
#233BB9 (or 0x233BB9) is known color: Persian Blue. HEX triplet: 23, 3B and B9. RGB value is (35,59,185). Sum of RGB (Red+Green+Blue) = 35+59+185=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #233BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BB9 is #DCC446. Grayscale: #414141. Windows color (decimal): -14468167 or 12139299. OLE color: 12139299.
HSL color Cylindrical-coordinate representation of color #233BB9: hue angle of 230.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233BB9 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 59 | 185 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.27 |
| HSL | 230.4º | 0.68% | 0.43% | - |
| HSV(B) | 230.4º | 0.81% | 0.73% | - |
| XYZ | 11.01 | 6.99 | 46.67 | - |
| YUV | 66.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 185 | 0.81 | 0.68 | 0 | 0.27 | 230.4 | 0.68 | 0.43 |
| Hex | 23 | 3B | B9 | 51 | 44 | 0 | 1B | E6 | 44 | 2B |
| Octal | 43 | 73 | 271 | 121 | 104 | 0 | 33 | 346 | 104 | 53 |
| Binary | 100011 | 111011 | 10111001 | 1010001 | 1000100 | 0 | 11011 | 11100110 | 1000100 | 101011 |
Color Harmonies of #233BB9
Complementary color
Monochromatic Colors of #233BB9
Black with #233BB9
Text Example
Text Example
White with #233BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BB9; }
p { color: rgb(35,59,185); }
H1.HeaderClassName
{
color: #233BB9;
}
.AnyTagClassName
{
color: #233BB9;
}
</style>
background-color css
<style>
a { background-color: #233BB9; }
a { background-color: rgb(35,59,185); }
div.DivClassName
{
background-color: #233BB9;
}
.BgClassName
{
background-color: #233BB9;
}
</style>
border-color css
<style>
span { border-color: #233BB9; }
span { border-color: rgb(35,59,185); }
td.TdClassName
{
border-color: #233BB9;
}
.TagClassName
{
border-color: #233BB9;
}
</style>