Shades of Persian Blue #233EE1
Tints of Persian Blue #233EE1
RGB
CMYK
RGB Variations
Color information
#233EE1 (or 0x233EE1) is known color: Persian Blue. HEX triplet: 23, 3E and E1. RGB value is (35,62,225). Sum of RGB (Red+Green+Blue) = 35+62+225=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #233EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EE1 is #DCC11E. Grayscale: #474747. Windows color (decimal): -14467359 or 14761507. OLE color: 14761507.
HSL color Cylindrical-coordinate representation of color #233EE1: hue angle of 231.47º degrees, saturation: 0.76, 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 #233EE1 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 62 | 225 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.12 |
| HSL | 231.47º | 0.76% | 0.51% | - |
| HSV(B) | 231.47º | 0.84% | 0.88% | - |
| XYZ | 16.01 | 9.24 | 72.17 | - |
| YUV | 72.51 | 214.05 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 225 | 0.84 | 0.72 | 0 | 0.12 | 231.47 | 0.76 | 0.51 |
| Hex | 23 | 3E | E1 | 54 | 48 | 0 | C | E7 | 4C | 33 |
| Octal | 43 | 76 | 341 | 124 | 110 | 0 | 14 | 347 | 114 | 63 |
| Binary | 100011 | 111110 | 11100001 | 1010100 | 1001000 | 0 | 1100 | 11100111 | 1001100 | 110011 |
Color Harmonies of #233EE1
Complementary color
Monochromatic Colors of #233EE1
Black with #233EE1
Text Example
Text Example
White with #233EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EE1; }
p { color: rgb(35,62,225); }
H1.HeaderClassName
{
color: #233EE1;
}
.AnyTagClassName
{
color: #233EE1;
}
</style>
background-color css
<style>
a { background-color: #233EE1; }
a { background-color: rgb(35,62,225); }
div.DivClassName
{
background-color: #233EE1;
}
.BgClassName
{
background-color: #233EE1;
}
</style>
border-color css
<style>
span { border-color: #233EE1; }
span { border-color: rgb(35,62,225); }
td.TdClassName
{
border-color: #233EE1;
}
.TagClassName
{
border-color: #233EE1;
}
</style>