Shades of Persian Blue #232EE0
Tints of Persian Blue #232EE0
RGB
CMYK
RGB Variations
Color information
#232EE0 (or 0x232EE0) is known color: Persian Blue. HEX triplet: 23, 2E and E0. RGB value is (35,46,224). Sum of RGB (Red+Green+Blue) = 35+46+224=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #232EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EE0 is #DCD11F. Grayscale: #3E3E3E. Windows color (decimal): -14471456 or 14691875. OLE color: 14691875.
HSL color Cylindrical-coordinate representation of color #232EE0: hue angle of 236.51º 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 #232EE0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 46 | 224 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.12 |
| HSL | 236.51º | 0.75% | 0.51% | - |
| HSV(B) | 236.51º | 0.84% | 0.88% | - |
| XYZ | 15.12 | 7.69 | 71.21 | - |
| YUV | 63 | 218.86 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 224 | 0.84 | 0.79 | 0 | 0.12 | 236.51 | 0.75 | 0.51 |
| Hex | 23 | 2E | E0 | 54 | 4F | 0 | C | ED | 4B | 33 |
| Octal | 43 | 56 | 340 | 124 | 117 | 0 | 14 | 355 | 113 | 63 |
| Binary | 100011 | 101110 | 11100000 | 1010100 | 1001111 | 0 | 1100 | 11101101 | 1001011 | 110011 |
Color Harmonies of #232EE0
Complementary color
Monochromatic Colors of #232EE0
Black with #232EE0
Text Example
Text Example
White with #232EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EE0; }
p { color: rgb(35,46,224); }
H1.HeaderClassName
{
color: #232EE0;
}
.AnyTagClassName
{
color: #232EE0;
}
</style>
background-color css
<style>
a { background-color: #232EE0; }
a { background-color: rgb(35,46,224); }
div.DivClassName
{
background-color: #232EE0;
}
.BgClassName
{
background-color: #232EE0;
}
</style>
border-color css
<style>
span { border-color: #232EE0; }
span { border-color: rgb(35,46,224); }
td.TdClassName
{
border-color: #232EE0;
}
.TagClassName
{
border-color: #232EE0;
}
</style>