Shades of Persian Blue #232BCB
Tints of Persian Blue #232BCB
RGB
CMYK
RGB Variations
Color information
#232BCB (or 0x232BCB) is known color: Persian Blue. HEX triplet: 23, 2B and CB. RGB value is (35,43,203). Sum of RGB (Red+Green+Blue) = 35+43+203=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #232BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BCB is #DCD434. Grayscale: #3A3A3A. Windows color (decimal): -14472245 or 13314851. OLE color: 13314851.
HSL color Cylindrical-coordinate representation of color #232BCB: hue angle of 237.14º 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 #232BCB is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 43 | 203 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.20 |
| HSL | 237.14º | 0.71% | 0.47% | - |
| HSV(B) | 237.14º | 0.83% | 0.8% | - |
| XYZ | 12.34 | 6.4 | 57.08 | - |
| YUV | 58.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 203 | 0.83 | 0.79 | 0 | 0.20 | 237.14 | 0.71 | 0.47 |
| Hex | 23 | 2B | CB | 53 | 4F | 0 | 14 | ED | 47 | 2F |
| Octal | 43 | 53 | 313 | 123 | 117 | 0 | 24 | 355 | 107 | 57 |
| Binary | 100011 | 101011 | 11001011 | 1010011 | 1001111 | 0 | 10100 | 11101101 | 1000111 | 101111 |
Color Harmonies of #232BCB
Complementary color
Monochromatic Colors of #232BCB
Black with #232BCB
Text Example
Text Example
White with #232BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BCB; }
p { color: rgb(35,43,203); }
H1.HeaderClassName
{
color: #232BCB;
}
.AnyTagClassName
{
color: #232BCB;
}
</style>
background-color css
<style>
a { background-color: #232BCB; }
a { background-color: rgb(35,43,203); }
div.DivClassName
{
background-color: #232BCB;
}
.BgClassName
{
background-color: #232BCB;
}
</style>
border-color css
<style>
span { border-color: #232BCB; }
span { border-color: rgb(35,43,203); }
td.TdClassName
{
border-color: #232BCB;
}
.TagClassName
{
border-color: #232BCB;
}
</style>