Shades of Persian Blue #232BBE
Tints of Persian Blue #232BBE
RGB
CMYK
RGB Variations
Color information
#232BBE (or 0x232BBE) is known color: Persian Blue. HEX triplet: 23, 2B and BE. RGB value is (35,43,190). Sum of RGB (Red+Green+Blue) = 35+43+190=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #232BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BBE is #DCD441. Grayscale: #383838. Windows color (decimal): -14472258 or 12462883. OLE color: 12462883.
HSL color Cylindrical-coordinate representation of color #232BBE: hue angle of 236.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232BBE is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 43 | 190 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.25 |
| HSL | 236.9º | 0.69% | 0.44% | - |
| HSV(B) | 236.9º | 0.82% | 0.75% | - |
| XYZ | 10.85 | 5.8 | 49.26 | - |
| YUV | 57.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 190 | 0.82 | 0.77 | 0 | 0.25 | 236.9 | 0.69 | 0.44 |
| Hex | 23 | 2B | BE | 52 | 4D | 0 | 19 | ED | 45 | 2C |
| Octal | 43 | 53 | 276 | 122 | 115 | 0 | 31 | 355 | 105 | 54 |
| Binary | 100011 | 101011 | 10111110 | 1010010 | 1001101 | 0 | 11001 | 11101101 | 1000101 | 101100 |
Color Harmonies of #232BBE
Complementary color
Monochromatic Colors of #232BBE
Black with #232BBE
Text Example
Text Example
White with #232BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BBE; }
p { color: rgb(35,43,190); }
H1.HeaderClassName
{
color: #232BBE;
}
.AnyTagClassName
{
color: #232BBE;
}
</style>
background-color css
<style>
a { background-color: #232BBE; }
a { background-color: rgb(35,43,190); }
div.DivClassName
{
background-color: #232BBE;
}
.BgClassName
{
background-color: #232BBE;
}
</style>
border-color css
<style>
span { border-color: #232BBE; }
span { border-color: rgb(35,43,190); }
td.TdClassName
{
border-color: #232BBE;
}
.TagClassName
{
border-color: #232BBE;
}
</style>