Shades of Persian Blue #232DE4
Tints of Persian Blue #232DE4
RGB
CMYK
RGB Variations
Color information
#232DE4 (or 0x232DE4) is known color: Persian Blue. HEX triplet: 23, 2D and E4. RGB value is (35,45,228). Sum of RGB (Red+Green+Blue) = 35+45+228=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 228 (89.45% from 255 or 74.03% from 308); Max value from RGB is 228 - color contains mainly: blue. Hex color #232DE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DE4 is #DCD21B. Grayscale: #3E3E3E. Windows color (decimal): -14471708 or 14953763. OLE color: 14953763.
HSL color Cylindrical-coordinate representation of color #232DE4: hue angle of 236.89º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232DE4 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 45 | 228 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.11 |
| HSL | 236.89º | 0.78% | 0.52% | - |
| HSV(B) | 236.89º | 0.85% | 0.89% | - |
| XYZ | 15.64 | 7.84 | 74.09 | - |
| YUV | 62.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 228 | 0.85 | 0.80 | 0 | 0.11 | 236.89 | 0.78 | 0.52 |
| Hex | 23 | 2D | E4 | 55 | 50 | 0 | B | ED | 4E | 34 |
| Octal | 43 | 55 | 344 | 125 | 120 | 0 | 13 | 355 | 116 | 64 |
| Binary | 100011 | 101101 | 11100100 | 1010101 | 1010000 | 0 | 1011 | 11101101 | 1001110 | 110100 |
Color Harmonies of #232DE4
Complementary color
Monochromatic Colors of #232DE4
Black with #232DE4
Text Example
Text Example
White with #232DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DE4; }
p { color: rgb(35,45,228); }
H1.HeaderClassName
{
color: #232DE4;
}
.AnyTagClassName
{
color: #232DE4;
}
</style>
background-color css
<style>
a { background-color: #232DE4; }
a { background-color: rgb(35,45,228); }
div.DivClassName
{
background-color: #232DE4;
}
.BgClassName
{
background-color: #232DE4;
}
</style>
border-color css
<style>
span { border-color: #232DE4; }
span { border-color: rgb(35,45,228); }
td.TdClassName
{
border-color: #232DE4;
}
.TagClassName
{
border-color: #232DE4;
}
</style>