Shades of Persian Blue #233CEC
Tints of Persian Blue #233CEC
RGB
CMYK
RGB Variations
Color information
#233CEC (or 0x233CEC) is known color: Persian Blue. HEX triplet: 23, 3C and EC. RGB value is (35,60,236). Sum of RGB (Red+Green+Blue) = 35+60+236=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #233CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CEC is #DCC313. Grayscale: #474747. Windows color (decimal): -14467860 or 15481891. OLE color: 15481891.
HSL color Cylindrical-coordinate representation of color #233CEC: hue angle of 232.54º 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 #233CEC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 60 | 236 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.07 |
| HSL | 232.54º | 0.84% | 0.53% | - |
| HSV(B) | 232.54º | 0.85% | 0.93% | - |
| XYZ | 17.45 | 9.65 | 80.3 | - |
| YUV | 72.59 | 220.22 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 236 | 0.85 | 0.75 | 0 | 0.07 | 232.54 | 0.84 | 0.53 |
| Hex | 23 | 3C | EC | 55 | 4B | 0 | 7 | E9 | 54 | 35 |
| Octal | 43 | 74 | 354 | 125 | 113 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100011 | 111100 | 11101100 | 1010101 | 1001011 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #233CEC
Complementary color
Monochromatic Colors of #233CEC
Black with #233CEC
Text Example
Text Example
White with #233CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CEC; }
p { color: rgb(35,60,236); }
H1.HeaderClassName
{
color: #233CEC;
}
.AnyTagClassName
{
color: #233CEC;
}
</style>
background-color css
<style>
a { background-color: #233CEC; }
a { background-color: rgb(35,60,236); }
div.DivClassName
{
background-color: #233CEC;
}
.BgClassName
{
background-color: #233CEC;
}
</style>
border-color css
<style>
span { border-color: #233CEC; }
span { border-color: rgb(35,60,236); }
td.TdClassName
{
border-color: #233CEC;
}
.TagClassName
{
border-color: #233CEC;
}
</style>