Shades of Persian Blue #232DCF
Tints of Persian Blue #232DCF
RGB
CMYK
RGB Variations
Color information
#232DCF (or 0x232DCF) is known color: Persian Blue. HEX triplet: 23, 2D and CF. RGB value is (35,45,207). Sum of RGB (Red+Green+Blue) = 35+45+207=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #232DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DCF is #DCD230. Grayscale: #3B3B3B. Windows color (decimal): -14471729 or 13577507. OLE color: 13577507.
HSL color Cylindrical-coordinate representation of color #232DCF: hue angle of 236.51º 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 #232DCF is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 45 | 207 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.19 |
| HSL | 236.51º | 0.71% | 0.47% | - |
| HSV(B) | 236.51º | 0.83% | 0.81% | - |
| XYZ | 12.89 | 6.74 | 59.65 | - |
| YUV | 60.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 207 | 0.83 | 0.78 | 0 | 0.19 | 236.51 | 0.71 | 0.47 |
| Hex | 23 | 2D | CF | 53 | 4E | 0 | 13 | ED | 47 | 2F |
| Octal | 43 | 55 | 317 | 123 | 116 | 0 | 23 | 355 | 107 | 57 |
| Binary | 100011 | 101101 | 11001111 | 1010011 | 1001110 | 0 | 10011 | 11101101 | 1000111 | 101111 |
Color Harmonies of #232DCF
Complementary color
Monochromatic Colors of #232DCF
Black with #232DCF
Text Example
Text Example
White with #232DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DCF; }
p { color: rgb(35,45,207); }
H1.HeaderClassName
{
color: #232DCF;
}
.AnyTagClassName
{
color: #232DCF;
}
</style>
background-color css
<style>
a { background-color: #232DCF; }
a { background-color: rgb(35,45,207); }
div.DivClassName
{
background-color: #232DCF;
}
.BgClassName
{
background-color: #232DCF;
}
</style>
border-color css
<style>
span { border-color: #232DCF; }
span { border-color: rgb(35,45,207); }
td.TdClassName
{
border-color: #232DCF;
}
.TagClassName
{
border-color: #232DCF;
}
</style>