Shades of Persian Blue #232BBC
Tints of Persian Blue #232BBC
RGB
CMYK
RGB Variations
Color information
#232BBC (or 0x232BBC) is known color: Persian Blue. HEX triplet: 23, 2B and BC. RGB value is (35,43,188). Sum of RGB (Red+Green+Blue) = 35+43+188=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #232BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BBC is #DCD443. Grayscale: #383838. Windows color (decimal): -14472260 or 12331811. OLE color: 12331811.
HSL color Cylindrical-coordinate representation of color #232BBC: hue angle of 236.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232BBC is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 43 | 188 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.26 |
| HSL | 236.86º | 0.69% | 0.44% | - |
| HSV(B) | 236.86º | 0.81% | 0.74% | - |
| XYZ | 10.63 | 5.72 | 48.12 | - |
| YUV | 57.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 188 | 0.81 | 0.77 | 0 | 0.26 | 236.86 | 0.69 | 0.44 |
| Hex | 23 | 2B | BC | 51 | 4D | 0 | 1A | ED | 45 | 2C |
| Octal | 43 | 53 | 274 | 121 | 115 | 0 | 32 | 355 | 105 | 54 |
| Binary | 100011 | 101011 | 10111100 | 1010001 | 1001101 | 0 | 11010 | 11101101 | 1000101 | 101100 |
Color Harmonies of #232BBC
Complementary color
Monochromatic Colors of #232BBC
Black with #232BBC
Text Example
Text Example
White with #232BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BBC; }
p { color: rgb(35,43,188); }
H1.HeaderClassName
{
color: #232BBC;
}
.AnyTagClassName
{
color: #232BBC;
}
</style>
background-color css
<style>
a { background-color: #232BBC; }
a { background-color: rgb(35,43,188); }
div.DivClassName
{
background-color: #232BBC;
}
.BgClassName
{
background-color: #232BBC;
}
</style>
border-color css
<style>
span { border-color: #232BBC; }
span { border-color: rgb(35,43,188); }
td.TdClassName
{
border-color: #232BBC;
}
.TagClassName
{
border-color: #232BBC;
}
</style>