Shades of Persian Blue #232CB7
Tints of Persian Blue #232CB7
RGB
CMYK
RGB Variations
Color information
#232CB7 (or 0x232CB7) is known color: Persian Blue. HEX triplet: 23, 2C and B7. RGB value is (35,44,183). Sum of RGB (Red+Green+Blue) = 35+44+183=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #232CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CB7 is #DCD348. Grayscale: #383838. Windows color (decimal): -14472009 or 12004387. OLE color: 12004387.
HSL color Cylindrical-coordinate representation of color #232CB7: hue angle of 236.35º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232CB7 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 44 | 183 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.28 |
| HSL | 236.35º | 0.68% | 0.43% | - |
| HSV(B) | 236.35º | 0.81% | 0.72% | - |
| XYZ | 10.14 | 5.58 | 45.34 | - |
| YUV | 57.16 | 199.02 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 183 | 0.81 | 0.76 | 0 | 0.28 | 236.35 | 0.68 | 0.43 |
| Hex | 23 | 2C | B7 | 51 | 4C | 0 | 1C | EC | 44 | 2B |
| Octal | 43 | 54 | 267 | 121 | 114 | 0 | 34 | 354 | 104 | 53 |
| Binary | 100011 | 101100 | 10110111 | 1010001 | 1001100 | 0 | 11100 | 11101100 | 1000100 | 101011 |
Color Harmonies of #232CB7
Complementary color
Monochromatic Colors of #232CB7
Black with #232CB7
Text Example
Text Example
White with #232CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CB7; }
p { color: rgb(35,44,183); }
H1.HeaderClassName
{
color: #232CB7;
}
.AnyTagClassName
{
color: #232CB7;
}
</style>
background-color css
<style>
a { background-color: #232CB7; }
a { background-color: rgb(35,44,183); }
div.DivClassName
{
background-color: #232CB7;
}
.BgClassName
{
background-color: #232CB7;
}
</style>
border-color css
<style>
span { border-color: #232CB7; }
span { border-color: rgb(35,44,183); }
td.TdClassName
{
border-color: #232CB7;
}
.TagClassName
{
border-color: #232CB7;
}
</style>