Shades of Persian Blue #232BE1
Tints of Persian Blue #232BE1
RGB
CMYK
RGB Variations
Color information
#232BE1 (or 0x232BE1) is known color: Persian Blue. HEX triplet: 23, 2B and E1. RGB value is (35,43,225). Sum of RGB (Red+Green+Blue) = 35+43+225=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #232BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BE1 is #DCD41E. Grayscale: #3C3C3C. Windows color (decimal): -14472223 or 14756643. OLE color: 14756643.
HSL color Cylindrical-coordinate representation of color #232BE1: hue angle of 237.47º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232BE1 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 43 | 225 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.12 |
| HSL | 237.47º | 0.76% | 0.51% | - |
| HSV(B) | 237.47º | 0.84% | 0.88% | - |
| XYZ | 15.15 | 7.52 | 71.89 | - |
| YUV | 61.36 | 220.35 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 225 | 0.84 | 0.81 | 0 | 0.12 | 237.47 | 0.76 | 0.51 |
| Hex | 23 | 2B | E1 | 54 | 51 | 0 | C | ED | 4C | 33 |
| Octal | 43 | 53 | 341 | 124 | 121 | 0 | 14 | 355 | 114 | 63 |
| Binary | 100011 | 101011 | 11100001 | 1010100 | 1010001 | 0 | 1100 | 11101101 | 1001100 | 110011 |
Color Harmonies of #232BE1
Complementary color
Monochromatic Colors of #232BE1
Black with #232BE1
Text Example
Text Example
White with #232BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BE1; }
p { color: rgb(35,43,225); }
H1.HeaderClassName
{
color: #232BE1;
}
.AnyTagClassName
{
color: #232BE1;
}
</style>
background-color css
<style>
a { background-color: #232BE1; }
a { background-color: rgb(35,43,225); }
div.DivClassName
{
background-color: #232BE1;
}
.BgClassName
{
background-color: #232BE1;
}
</style>
border-color css
<style>
span { border-color: #232BE1; }
span { border-color: rgb(35,43,225); }
td.TdClassName
{
border-color: #232BE1;
}
.TagClassName
{
border-color: #232BE1;
}
</style>