Shades of Persian Blue #232DD6
Tints of Persian Blue #232DD6
RGB
CMYK
RGB Variations
Color information
#232DD6 (or 0x232DD6) is known color: Persian Blue. HEX triplet: 23, 2D and D6. RGB value is (35,45,214). Sum of RGB (Red+Green+Blue) = 35+45+214=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #232DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DD6 is #DCD229. Grayscale: #3C3C3C. Windows color (decimal): -14471722 or 14036259. OLE color: 14036259.
HSL color Cylindrical-coordinate representation of color #232DD6: hue angle of 236.65º 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 #232DD6 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 45 | 214 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.16 |
| HSL | 236.65º | 0.72% | 0.49% | - |
| HSV(B) | 236.65º | 0.84% | 0.84% | - |
| XYZ | 13.77 | 7.09 | 64.26 | - |
| YUV | 61.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 214 | 0.84 | 0.79 | 0 | 0.16 | 236.65 | 0.72 | 0.49 |
| Hex | 23 | 2D | D6 | 54 | 4F | 0 | 10 | ED | 48 | 31 |
| Octal | 43 | 55 | 326 | 124 | 117 | 0 | 20 | 355 | 110 | 61 |
| Binary | 100011 | 101101 | 11010110 | 1010100 | 1001111 | 0 | 10000 | 11101101 | 1001000 | 110001 |
Color Harmonies of #232DD6
Complementary color
Monochromatic Colors of #232DD6
Black with #232DD6
Text Example
Text Example
White with #232DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DD6; }
p { color: rgb(35,45,214); }
H1.HeaderClassName
{
color: #232DD6;
}
.AnyTagClassName
{
color: #232DD6;
}
</style>
background-color css
<style>
a { background-color: #232DD6; }
a { background-color: rgb(35,45,214); }
div.DivClassName
{
background-color: #232DD6;
}
.BgClassName
{
background-color: #232DD6;
}
</style>
border-color css
<style>
span { border-color: #232DD6; }
span { border-color: rgb(35,45,214); }
td.TdClassName
{
border-color: #232DD6;
}
.TagClassName
{
border-color: #232DD6;
}
</style>