Shades of Persian Blue #232BE0
Tints of Persian Blue #232BE0
RGB
CMYK
RGB Variations
Color information
#232BE0 (or 0x232BE0) is known color: Persian Blue. HEX triplet: 23, 2B and E0. RGB value is (35,43,224). Sum of RGB (Red+Green+Blue) = 35+43+224=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 224 (87.89% from 255 or 74.17% from 302); Max value from RGB is 224 - color contains mainly: blue. Hex color #232BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BE0 is #DCD41F. Grayscale: #3C3C3C. Windows color (decimal): -14472224 or 14691107. OLE color: 14691107.
HSL color Cylindrical-coordinate representation of color #232BE0: hue angle of 237.46º 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 #232BE0 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 43 | 224 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.12 |
| HSL | 237.46º | 0.75% | 0.51% | - |
| HSV(B) | 237.46º | 0.84% | 0.88% | - |
| XYZ | 15.01 | 7.47 | 71.17 | - |
| YUV | 61.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 224 | 0.84 | 0.81 | 0 | 0.12 | 237.46 | 0.75 | 0.51 |
| Hex | 23 | 2B | E0 | 54 | 51 | 0 | C | ED | 4B | 33 |
| Octal | 43 | 53 | 340 | 124 | 121 | 0 | 14 | 355 | 113 | 63 |
| Binary | 100011 | 101011 | 11100000 | 1010100 | 1010001 | 0 | 1100 | 11101101 | 1001011 | 110011 |
Color Harmonies of #232BE0
Complementary color
Monochromatic Colors of #232BE0
Black with #232BE0
Text Example
Text Example
White with #232BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BE0; }
p { color: rgb(35,43,224); }
H1.HeaderClassName
{
color: #232BE0;
}
.AnyTagClassName
{
color: #232BE0;
}
</style>
background-color css
<style>
a { background-color: #232BE0; }
a { background-color: rgb(35,43,224); }
div.DivClassName
{
background-color: #232BE0;
}
.BgClassName
{
background-color: #232BE0;
}
</style>
border-color css
<style>
span { border-color: #232BE0; }
span { border-color: rgb(35,43,224); }
td.TdClassName
{
border-color: #232BE0;
}
.TagClassName
{
border-color: #232BE0;
}
</style>