Shades of Persian Blue #232DCE
Tints of Persian Blue #232DCE
RGB
CMYK
RGB Variations
Color information
#232DCE (or 0x232DCE) is known color: Persian Blue. HEX triplet: 23, 2D and CE. RGB value is (35,45,206). Sum of RGB (Red+Green+Blue) = 35+45+206=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #232DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DCE is #DCD231. Grayscale: #3B3B3B. Windows color (decimal): -14471730 or 13511971. OLE color: 13511971.
HSL color Cylindrical-coordinate representation of color #232DCE: hue angle of 236.49º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232DCE is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 45 | 206 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.19 |
| HSL | 236.49º | 0.71% | 0.47% | - |
| HSV(B) | 236.49º | 0.83% | 0.81% | - |
| XYZ | 12.77 | 6.69 | 59.01 | - |
| YUV | 60.36 | 210.19 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 206 | 0.83 | 0.78 | 0 | 0.19 | 236.49 | 0.71 | 0.47 |
| Hex | 23 | 2D | CE | 53 | 4E | 0 | 13 | EC | 47 | 2F |
| Octal | 43 | 55 | 316 | 123 | 116 | 0 | 23 | 354 | 107 | 57 |
| Binary | 100011 | 101101 | 11001110 | 1010011 | 1001110 | 0 | 10011 | 11101100 | 1000111 | 101111 |
Color Harmonies of #232DCE
Complementary color
Monochromatic Colors of #232DCE
Black with #232DCE
Text Example
Text Example
White with #232DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DCE; }
p { color: rgb(35,45,206); }
H1.HeaderClassName
{
color: #232DCE;
}
.AnyTagClassName
{
color: #232DCE;
}
</style>
background-color css
<style>
a { background-color: #232DCE; }
a { background-color: rgb(35,45,206); }
div.DivClassName
{
background-color: #232DCE;
}
.BgClassName
{
background-color: #232DCE;
}
</style>
border-color css
<style>
span { border-color: #232DCE; }
span { border-color: rgb(35,45,206); }
td.TdClassName
{
border-color: #232DCE;
}
.TagClassName
{
border-color: #232DCE;
}
</style>