Shades of Persian Blue #232ED5
Tints of Persian Blue #232ED5
RGB
CMYK
RGB Variations
Color information
#232ED5 (or 0x232ED5) is known color: Persian Blue. HEX triplet: 23, 2E and D5. RGB value is (35,46,213). Sum of RGB (Red+Green+Blue) = 35+46+213=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #232ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ED5 is #DCD12A. Grayscale: #3D3D3D. Windows color (decimal): -14471467 or 13970979. OLE color: 13970979.
HSL color Cylindrical-coordinate representation of color #232ED5: hue angle of 236.29º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232ED5 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 46 | 213 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.16 |
| HSL | 236.29º | 0.72% | 0.49% | - |
| HSV(B) | 236.29º | 0.84% | 0.84% | - |
| XYZ | 13.68 | 7.12 | 63.6 | - |
| YUV | 61.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 213 | 0.84 | 0.78 | 0 | 0.16 | 236.29 | 0.72 | 0.49 |
| Hex | 23 | 2E | D5 | 54 | 4E | 0 | 10 | EC | 48 | 31 |
| Octal | 43 | 56 | 325 | 124 | 116 | 0 | 20 | 354 | 110 | 61 |
| Binary | 100011 | 101110 | 11010101 | 1010100 | 1001110 | 0 | 10000 | 11101100 | 1001000 | 110001 |
Color Harmonies of #232ED5
Complementary color
Monochromatic Colors of #232ED5
Black with #232ED5
Text Example
Text Example
White with #232ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ED5; }
p { color: rgb(35,46,213); }
H1.HeaderClassName
{
color: #232ED5;
}
.AnyTagClassName
{
color: #232ED5;
}
</style>
background-color css
<style>
a { background-color: #232ED5; }
a { background-color: rgb(35,46,213); }
div.DivClassName
{
background-color: #232ED5;
}
.BgClassName
{
background-color: #232ED5;
}
</style>
border-color css
<style>
span { border-color: #232ED5; }
span { border-color: rgb(35,46,213); }
td.TdClassName
{
border-color: #232ED5;
}
.TagClassName
{
border-color: #232ED5;
}
</style>