Shades of Persian Blue #232DE3
Tints of Persian Blue #232DE3
RGB
CMYK
RGB Variations
Color information
#232DE3 (or 0x232DE3) is known color: Persian Blue. HEX triplet: 23, 2D and E3. RGB value is (35,45,227). Sum of RGB (Red+Green+Blue) = 35+45+227=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #232DE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DE3 is #DCD21C. Grayscale: #3E3E3E. Windows color (decimal): -14471709 or 14888227. OLE color: 14888227.
HSL color Cylindrical-coordinate representation of color #232DE3: hue angle of 236.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232DE3 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 45 | 227 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.11 |
| HSL | 236.88º | 0.77% | 0.51% | - |
| HSV(B) | 236.88º | 0.85% | 0.89% | - |
| XYZ | 15.5 | 7.78 | 73.36 | - |
| YUV | 62.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 227 | 0.85 | 0.80 | 0 | 0.11 | 236.88 | 0.77 | 0.51 |
| Hex | 23 | 2D | E3 | 55 | 50 | 0 | B | ED | 4D | 33 |
| Octal | 43 | 55 | 343 | 125 | 120 | 0 | 13 | 355 | 115 | 63 |
| Binary | 100011 | 101101 | 11100011 | 1010101 | 1010000 | 0 | 1011 | 11101101 | 1001101 | 110011 |
Color Harmonies of #232DE3
Complementary color
Monochromatic Colors of #232DE3
Black with #232DE3
Text Example
Text Example
White with #232DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DE3; }
p { color: rgb(35,45,227); }
H1.HeaderClassName
{
color: #232DE3;
}
.AnyTagClassName
{
color: #232DE3;
}
</style>
background-color css
<style>
a { background-color: #232DE3; }
a { background-color: rgb(35,45,227); }
div.DivClassName
{
background-color: #232DE3;
}
.BgClassName
{
background-color: #232DE3;
}
</style>
border-color css
<style>
span { border-color: #232DE3; }
span { border-color: rgb(35,45,227); }
td.TdClassName
{
border-color: #232DE3;
}
.TagClassName
{
border-color: #232DE3;
}
</style>