Shades of Persian Blue #233CEB
Tints of Persian Blue #233CEB
RGB
CMYK
RGB Variations
Color information
#233CEB (or 0x233CEB) is known color: Persian Blue. HEX triplet: 23, 3C and EB. RGB value is (35,60,235). Sum of RGB (Red+Green+Blue) = 35+60+235=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #233CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CEB is #DCC314. Grayscale: #474747. Windows color (decimal): -14467861 or 15416355. OLE color: 15416355.
HSL color Cylindrical-coordinate representation of color #233CEB: hue angle of 232.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233CEB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 60 | 235 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.08 |
| HSL | 232.5º | 0.83% | 0.53% | - |
| HSV(B) | 232.5º | 0.85% | 0.92% | - |
| XYZ | 17.3 | 9.59 | 79.54 | - |
| YUV | 72.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 235 | 0.85 | 0.74 | 0 | 0.08 | 232.5 | 0.83 | 0.53 |
| Hex | 23 | 3C | EB | 55 | 4A | 0 | 8 | E8 | 53 | 35 |
| Octal | 43 | 74 | 353 | 125 | 112 | 0 | 10 | 350 | 123 | 65 |
| Binary | 100011 | 111100 | 11101011 | 1010101 | 1001010 | 0 | 1000 | 11101000 | 1010011 | 110101 |
Color Harmonies of #233CEB
Complementary color
Monochromatic Colors of #233CEB
Black with #233CEB
Text Example
Text Example
White with #233CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CEB; }
p { color: rgb(35,60,235); }
H1.HeaderClassName
{
color: #233CEB;
}
.AnyTagClassName
{
color: #233CEB;
}
</style>
background-color css
<style>
a { background-color: #233CEB; }
a { background-color: rgb(35,60,235); }
div.DivClassName
{
background-color: #233CEB;
}
.BgClassName
{
background-color: #233CEB;
}
</style>
border-color css
<style>
span { border-color: #233CEB; }
span { border-color: rgb(35,60,235); }
td.TdClassName
{
border-color: #233CEB;
}
.TagClassName
{
border-color: #233CEB;
}
</style>