Shades of Persian Blue #233ABB
Tints of Persian Blue #233ABB
RGB
CMYK
RGB Variations
Color information
#233ABB (or 0x233ABB) is known color: Persian Blue. HEX triplet: 23, 3A and BB. RGB value is (35,58,187). Sum of RGB (Red+Green+Blue) = 35+58+187=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #233ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ABB is #DCC544. Grayscale: #414141. Windows color (decimal): -14468421 or 12270115. OLE color: 12270115.
HSL color Cylindrical-coordinate representation of color #233ABB: hue angle of 230.92º 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 #233ABB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 58 | 187 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.27 |
| HSL | 230.92º | 0.68% | 0.44% | - |
| HSV(B) | 230.92º | 0.81% | 0.73% | - |
| XYZ | 11.18 | 6.97 | 47.77 | - |
| YUV | 65.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 187 | 0.81 | 0.69 | 0 | 0.27 | 230.92 | 0.68 | 0.44 |
| Hex | 23 | 3A | BB | 51 | 45 | 0 | 1B | E7 | 44 | 2C |
| Octal | 43 | 72 | 273 | 121 | 105 | 0 | 33 | 347 | 104 | 54 |
| Binary | 100011 | 111010 | 10111011 | 1010001 | 1000101 | 0 | 11011 | 11100111 | 1000100 | 101100 |
Color Harmonies of #233ABB
Complementary color
Monochromatic Colors of #233ABB
Black with #233ABB
Text Example
Text Example
White with #233ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233ABB; }
p { color: rgb(35,58,187); }
H1.HeaderClassName
{
color: #233ABB;
}
.AnyTagClassName
{
color: #233ABB;
}
</style>
background-color css
<style>
a { background-color: #233ABB; }
a { background-color: rgb(35,58,187); }
div.DivClassName
{
background-color: #233ABB;
}
.BgClassName
{
background-color: #233ABB;
}
</style>
border-color css
<style>
span { border-color: #233ABB; }
span { border-color: rgb(35,58,187); }
td.TdClassName
{
border-color: #233ABB;
}
.TagClassName
{
border-color: #233ABB;
}
</style>