Shades of Persian Blue #232BCD
Tints of Persian Blue #232BCD
RGB
CMYK
RGB Variations
Color information
#232BCD (or 0x232BCD) is known color: Persian Blue. HEX triplet: 23, 2B and CD. RGB value is (35,43,205). Sum of RGB (Red+Green+Blue) = 35+43+205=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #232BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BCD is #DCD432. Grayscale: #3A3A3A. Windows color (decimal): -14472243 or 13445923. OLE color: 13445923.
HSL color Cylindrical-coordinate representation of color #232BCD: hue angle of 237.18º 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 #232BCD is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 43 | 205 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.20 |
| HSL | 237.18º | 0.71% | 0.47% | - |
| HSV(B) | 237.18º | 0.83% | 0.8% | - |
| XYZ | 12.58 | 6.49 | 58.35 | - |
| YUV | 59.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 205 | 0.83 | 0.79 | 0 | 0.20 | 237.18 | 0.71 | 0.47 |
| Hex | 23 | 2B | CD | 53 | 4F | 0 | 14 | ED | 47 | 2F |
| Octal | 43 | 53 | 315 | 123 | 117 | 0 | 24 | 355 | 107 | 57 |
| Binary | 100011 | 101011 | 11001101 | 1010011 | 1001111 | 0 | 10100 | 11101101 | 1000111 | 101111 |
Color Harmonies of #232BCD
Complementary color
Monochromatic Colors of #232BCD
Black with #232BCD
Text Example
Text Example
White with #232BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BCD; }
p { color: rgb(35,43,205); }
H1.HeaderClassName
{
color: #232BCD;
}
.AnyTagClassName
{
color: #232BCD;
}
</style>
background-color css
<style>
a { background-color: #232BCD; }
a { background-color: rgb(35,43,205); }
div.DivClassName
{
background-color: #232BCD;
}
.BgClassName
{
background-color: #232BCD;
}
</style>
border-color css
<style>
span { border-color: #232BCD; }
span { border-color: rgb(35,43,205); }
td.TdClassName
{
border-color: #232BCD;
}
.TagClassName
{
border-color: #232BCD;
}
</style>