Shades of Persian Blue #233BBF
Tints of Persian Blue #233BBF
RGB
CMYK
RGB Variations
Color information
#233BBF (or 0x233BBF) is known color: Persian Blue. HEX triplet: 23, 3B and BF. RGB value is (35,59,191). Sum of RGB (Red+Green+Blue) = 35+59+191=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #233BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BBF is #DCC440. Grayscale: #424242. Windows color (decimal): -14468161 or 12532515. OLE color: 12532515.
HSL color Cylindrical-coordinate representation of color #233BBF: hue angle of 230.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233BBF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 59 | 191 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.25 |
| HSL | 230.77º | 0.69% | 0.44% | - |
| HSV(B) | 230.77º | 0.82% | 0.75% | - |
| XYZ | 11.66 | 7.25 | 50.07 | - |
| YUV | 66.87 | 198.05 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 191 | 0.82 | 0.69 | 0 | 0.25 | 230.77 | 0.69 | 0.44 |
| Hex | 23 | 3B | BF | 52 | 45 | 0 | 19 | E7 | 45 | 2C |
| Octal | 43 | 73 | 277 | 122 | 105 | 0 | 31 | 347 | 105 | 54 |
| Binary | 100011 | 111011 | 10111111 | 1010010 | 1000101 | 0 | 11001 | 11100111 | 1000101 | 101100 |
Color Harmonies of #233BBF
Complementary color
Monochromatic Colors of #233BBF
Black with #233BBF
Text Example
Text Example
White with #233BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BBF; }
p { color: rgb(35,59,191); }
H1.HeaderClassName
{
color: #233BBF;
}
.AnyTagClassName
{
color: #233BBF;
}
</style>
background-color css
<style>
a { background-color: #233BBF; }
a { background-color: rgb(35,59,191); }
div.DivClassName
{
background-color: #233BBF;
}
.BgClassName
{
background-color: #233BBF;
}
</style>
border-color css
<style>
span { border-color: #233BBF; }
span { border-color: rgb(35,59,191); }
td.TdClassName
{
border-color: #233BBF;
}
.TagClassName
{
border-color: #233BBF;
}
</style>