Shades of Persian Blue #232EBA
Tints of Persian Blue #232EBA
RGB
CMYK
RGB Variations
Color information
#232EBA (or 0x232EBA) is known color: Persian Blue. HEX triplet: 23, 2E and BA. RGB value is (35,46,186). Sum of RGB (Red+Green+Blue) = 35+46+186=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #232EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EBA is #DCD145. Grayscale: #3A3A3A. Windows color (decimal): -14471494 or 12201507. OLE color: 12201507.
HSL color Cylindrical-coordinate representation of color #232EBA: hue angle of 235.63º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232EBA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 46 | 186 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.27 |
| HSL | 235.63º | 0.68% | 0.43% | - |
| HSV(B) | 235.63º | 0.81% | 0.73% | - |
| XYZ | 10.53 | 5.86 | 47.03 | - |
| YUV | 58.67 | 199.86 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 186 | 0.81 | 0.75 | 0 | 0.27 | 235.63 | 0.68 | 0.43 |
| Hex | 23 | 2E | BA | 51 | 4B | 0 | 1B | EC | 44 | 2B |
| Octal | 43 | 56 | 272 | 121 | 113 | 0 | 33 | 354 | 104 | 53 |
| Binary | 100011 | 101110 | 10111010 | 1010001 | 1001011 | 0 | 11011 | 11101100 | 1000100 | 101011 |
Color Harmonies of #232EBA
Complementary color
Monochromatic Colors of #232EBA
Black with #232EBA
Text Example
Text Example
White with #232EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EBA; }
p { color: rgb(35,46,186); }
H1.HeaderClassName
{
color: #232EBA;
}
.AnyTagClassName
{
color: #232EBA;
}
</style>
background-color css
<style>
a { background-color: #232EBA; }
a { background-color: rgb(35,46,186); }
div.DivClassName
{
background-color: #232EBA;
}
.BgClassName
{
background-color: #232EBA;
}
</style>
border-color css
<style>
span { border-color: #232EBA; }
span { border-color: rgb(35,46,186); }
td.TdClassName
{
border-color: #232EBA;
}
.TagClassName
{
border-color: #232EBA;
}
</style>