Shades of Persian Blue #232EE7
Tints of Persian Blue #232EE7
RGB
CMYK
RGB Variations
Color information
#232EE7 (or 0x232EE7) is known color: Persian Blue. HEX triplet: 23, 2E and E7. RGB value is (35,46,231). Sum of RGB (Red+Green+Blue) = 35+46+231=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 231 (90.62% from 255 or 74.04% from 312); Max value from RGB is 231 - color contains mainly: blue. Hex color #232EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EE7 is #DCD118. Grayscale: #3F3F3F. Windows color (decimal): -14471449 or 15150627. OLE color: 15150627.
HSL color Cylindrical-coordinate representation of color #232EE7: hue angle of 236.63º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232EE7 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 46 | 231 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.63º | 0.8% | 0.52% | - |
| HSV(B) | 236.63º | 0.85% | 0.91% | - |
| XYZ | 16.09 | 8.08 | 76.31 | - |
| YUV | 63.8 | 222.36 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 231 | 0.85 | 0.80 | 0 | 0.09 | 236.63 | 0.8 | 0.52 |
| Hex | 23 | 2E | E7 | 55 | 50 | 0 | 9 | ED | 50 | 34 |
| Octal | 43 | 56 | 347 | 125 | 120 | 0 | 11 | 355 | 120 | 64 |
| Binary | 100011 | 101110 | 11100111 | 1010101 | 1010000 | 0 | 1001 | 11101101 | 1010000 | 110100 |
Color Harmonies of #232EE7
Complementary color
Monochromatic Colors of #232EE7
Black with #232EE7
Text Example
Text Example
White with #232EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EE7; }
p { color: rgb(35,46,231); }
H1.HeaderClassName
{
color: #232EE7;
}
.AnyTagClassName
{
color: #232EE7;
}
</style>
background-color css
<style>
a { background-color: #232EE7; }
a { background-color: rgb(35,46,231); }
div.DivClassName
{
background-color: #232EE7;
}
.BgClassName
{
background-color: #232EE7;
}
</style>
border-color css
<style>
span { border-color: #232EE7; }
span { border-color: rgb(35,46,231); }
td.TdClassName
{
border-color: #232EE7;
}
.TagClassName
{
border-color: #232EE7;
}
</style>