Shades of Persian Blue #233BEC
Tints of Persian Blue #233BEC
RGB
CMYK
RGB Variations
Color information
#233BEC (or 0x233BEC) is known color: Persian Blue. HEX triplet: 23, 3B and EC. RGB value is (35,59,236). Sum of RGB (Red+Green+Blue) = 35+59+236=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #233BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BEC is #DCC413. Grayscale: #474747. Windows color (decimal): -14468116 or 15481635. OLE color: 15481635.
HSL color Cylindrical-coordinate representation of color #233BEC: hue angle of 232.84º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233BEC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 59 | 236 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.07 |
| HSL | 232.84º | 0.84% | 0.53% | - |
| HSV(B) | 232.84º | 0.85% | 0.93% | - |
| XYZ | 17.4 | 9.54 | 80.28 | - |
| YUV | 72 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 236 | 0.85 | 0.75 | 0 | 0.07 | 232.84 | 0.84 | 0.53 |
| Hex | 23 | 3B | EC | 55 | 4B | 0 | 7 | E9 | 54 | 35 |
| Octal | 43 | 73 | 354 | 125 | 113 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100011 | 111011 | 11101100 | 1010101 | 1001011 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #233BEC
Complementary color
Monochromatic Colors of #233BEC
Black with #233BEC
Text Example
Text Example
White with #233BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BEC; }
p { color: rgb(35,59,236); }
H1.HeaderClassName
{
color: #233BEC;
}
.AnyTagClassName
{
color: #233BEC;
}
</style>
background-color css
<style>
a { background-color: #233BEC; }
a { background-color: rgb(35,59,236); }
div.DivClassName
{
background-color: #233BEC;
}
.BgClassName
{
background-color: #233BEC;
}
</style>
border-color css
<style>
span { border-color: #233BEC; }
span { border-color: rgb(35,59,236); }
td.TdClassName
{
border-color: #233BEC;
}
.TagClassName
{
border-color: #233BEC;
}
</style>