Shades of Persian Blue #232DCC
Tints of Persian Blue #232DCC
RGB
CMYK
RGB Variations
Color information
#232DCC (or 0x232DCC) is known color: Persian Blue. HEX triplet: 23, 2D and CC. RGB value is (35,45,204). Sum of RGB (Red+Green+Blue) = 35+45+204=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #232DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DCC is #DCD233. Grayscale: #3B3B3B. Windows color (decimal): -14471732 or 13380899. OLE color: 13380899.
HSL color Cylindrical-coordinate representation of color #232DCC: hue angle of 236.45º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232DCC is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 45 | 204 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.2 |
| HSL | 236.45º | 0.71% | 0.47% | - |
| HSV(B) | 236.45º | 0.83% | 0.8% | - |
| XYZ | 12.53 | 6.59 | 57.74 | - |
| YUV | 60.14 | 209.19 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 204 | 0.83 | 0.78 | 0 | 0.2 | 236.45 | 0.71 | 0.47 |
| Hex | 23 | 2D | CC | 53 | 4E | 0 | 14 | EC | 47 | 2F |
| Octal | 43 | 55 | 314 | 123 | 116 | 0 | 24 | 354 | 107 | 57 |
| Binary | 100011 | 101101 | 11001100 | 1010011 | 1001110 | 0 | 10100 | 11101100 | 1000111 | 101111 |
Color Harmonies of #232DCC
Complementary color
Monochromatic Colors of #232DCC
Black with #232DCC
Text Example
Text Example
White with #232DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DCC; }
p { color: rgb(35,45,204); }
H1.HeaderClassName
{
color: #232DCC;
}
.AnyTagClassName
{
color: #232DCC;
}
</style>
background-color css
<style>
a { background-color: #232DCC; }
a { background-color: rgb(35,45,204); }
div.DivClassName
{
background-color: #232DCC;
}
.BgClassName
{
background-color: #232DCC;
}
</style>
border-color css
<style>
span { border-color: #232DCC; }
span { border-color: rgb(35,45,204); }
td.TdClassName
{
border-color: #232DCC;
}
.TagClassName
{
border-color: #232DCC;
}
</style>