Shades of Persian Blue #2333E0
Tints of Persian Blue #2333E0
RGB
CMYK
RGB Variations
Color information
#2333E0 (or 0x2333E0) is known color: Persian Blue. HEX triplet: 23, 33 and E0. RGB value is (35,51,224). Sum of RGB (Red+Green+Blue) = 35+51+224=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #2333E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333E0 is #DCCC1F. Grayscale: #414141. Windows color (decimal): -14470176 or 14693155. OLE color: 14693155.
HSL color Cylindrical-coordinate representation of color #2333E0: hue angle of 234.92º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2333E0 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 51 | 224 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.12 |
| HSL | 234.92º | 0.75% | 0.51% | - |
| HSV(B) | 234.92º | 0.84% | 0.88% | - |
| XYZ | 15.33 | 8.11 | 71.28 | - |
| YUV | 65.94 | 217.2 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 224 | 0.84 | 0.77 | 0 | 0.12 | 234.92 | 0.75 | 0.51 |
| Hex | 23 | 33 | E0 | 54 | 4D | 0 | C | EB | 4B | 33 |
| Octal | 43 | 63 | 340 | 124 | 115 | 0 | 14 | 353 | 113 | 63 |
| Binary | 100011 | 110011 | 11100000 | 1010100 | 1001101 | 0 | 1100 | 11101011 | 1001011 | 110011 |
Color Harmonies of #2333E0
Complementary color
Monochromatic Colors of #2333E0
Black with #2333E0
Text Example
Text Example
White with #2333E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333E0; }
p { color: rgb(35,51,224); }
H1.HeaderClassName
{
color: #2333E0;
}
.AnyTagClassName
{
color: #2333E0;
}
</style>
background-color css
<style>
a { background-color: #2333E0; }
a { background-color: rgb(35,51,224); }
div.DivClassName
{
background-color: #2333E0;
}
.BgClassName
{
background-color: #2333E0;
}
</style>
border-color css
<style>
span { border-color: #2333E0; }
span { border-color: rgb(35,51,224); }
td.TdClassName
{
border-color: #2333E0;
}
.TagClassName
{
border-color: #2333E0;
}
</style>