Shades of Persian Blue #232ED6
Tints of Persian Blue #232ED6
RGB
CMYK
RGB Variations
Color information
#232ED6 (or 0x232ED6) is known color: Persian Blue. HEX triplet: 23, 2E and D6. RGB value is (35,46,214). Sum of RGB (Red+Green+Blue) = 35+46+214=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #232ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ED6 is #DCD129. Grayscale: #3D3D3D. Windows color (decimal): -14471466 or 14036515. OLE color: 14036515.
HSL color Cylindrical-coordinate representation of color #232ED6: hue angle of 236.31º 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 #232ED6 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 46 | 214 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.16 |
| HSL | 236.31º | 0.72% | 0.49% | - |
| HSV(B) | 236.31º | 0.84% | 0.84% | - |
| XYZ | 13.81 | 7.17 | 64.27 | - |
| YUV | 61.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 214 | 0.84 | 0.79 | 0 | 0.16 | 236.31 | 0.72 | 0.49 |
| Hex | 23 | 2E | D6 | 54 | 4F | 0 | 10 | EC | 48 | 31 |
| Octal | 43 | 56 | 326 | 124 | 117 | 0 | 20 | 354 | 110 | 61 |
| Binary | 100011 | 101110 | 11010110 | 1010100 | 1001111 | 0 | 10000 | 11101100 | 1001000 | 110001 |
Color Harmonies of #232ED6
Complementary color
Monochromatic Colors of #232ED6
Black with #232ED6
Text Example
Text Example
White with #232ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ED6; }
p { color: rgb(35,46,214); }
H1.HeaderClassName
{
color: #232ED6;
}
.AnyTagClassName
{
color: #232ED6;
}
</style>
background-color css
<style>
a { background-color: #232ED6; }
a { background-color: rgb(35,46,214); }
div.DivClassName
{
background-color: #232ED6;
}
.BgClassName
{
background-color: #232ED6;
}
</style>
border-color css
<style>
span { border-color: #232ED6; }
span { border-color: rgb(35,46,214); }
td.TdClassName
{
border-color: #232ED6;
}
.TagClassName
{
border-color: #232ED6;
}
</style>