Shades of Persian Blue #233BBB
Tints of Persian Blue #233BBB
RGB
CMYK
RGB Variations
Color information
#233BBB (or 0x233BBB) is known color: Persian Blue. HEX triplet: 23, 3B and BB. RGB value is (35,59,187). Sum of RGB (Red+Green+Blue) = 35+59+187=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #233BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BBB is #DCC444. Grayscale: #414141. Windows color (decimal): -14468165 or 12270371. OLE color: 12270371.
HSL color Cylindrical-coordinate representation of color #233BBB: hue angle of 230.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233BBB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 59 | 187 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.27 |
| HSL | 230.53º | 0.68% | 0.44% | - |
| HSV(B) | 230.53º | 0.81% | 0.73% | - |
| XYZ | 11.23 | 7.07 | 47.79 | - |
| YUV | 66.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 187 | 0.81 | 0.68 | 0 | 0.27 | 230.53 | 0.68 | 0.44 |
| Hex | 23 | 3B | BB | 51 | 44 | 0 | 1B | E7 | 44 | 2C |
| Octal | 43 | 73 | 273 | 121 | 104 | 0 | 33 | 347 | 104 | 54 |
| Binary | 100011 | 111011 | 10111011 | 1010001 | 1000100 | 0 | 11011 | 11100111 | 1000100 | 101100 |
Color Harmonies of #233BBB
Complementary color
Monochromatic Colors of #233BBB
Black with #233BBB
Text Example
Text Example
White with #233BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BBB; }
p { color: rgb(35,59,187); }
H1.HeaderClassName
{
color: #233BBB;
}
.AnyTagClassName
{
color: #233BBB;
}
</style>
background-color css
<style>
a { background-color: #233BBB; }
a { background-color: rgb(35,59,187); }
div.DivClassName
{
background-color: #233BBB;
}
.BgClassName
{
background-color: #233BBB;
}
</style>
border-color css
<style>
span { border-color: #233BBB; }
span { border-color: rgb(35,59,187); }
td.TdClassName
{
border-color: #233BBB;
}
.TagClassName
{
border-color: #233BBB;
}
</style>