Shades of Persian Blue #232EC9
Tints of Persian Blue #232EC9
RGB
CMYK
RGB Variations
Color information
#232EC9 (or 0x232EC9) is known color: Persian Blue. HEX triplet: 23, 2E and C9. RGB value is (35,46,201). Sum of RGB (Red+Green+Blue) = 35+46+201=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #232EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EC9 is #DCD136. Grayscale: #3B3B3B. Windows color (decimal): -14471479 or 13184547. OLE color: 13184547.
HSL color Cylindrical-coordinate representation of color #232EC9: hue angle of 236.02º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232EC9 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 46 | 201 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.21 |
| HSL | 236.02º | 0.7% | 0.46% | - |
| HSV(B) | 236.02º | 0.83% | 0.79% | - |
| XYZ | 12.21 | 6.53 | 55.87 | - |
| YUV | 60.38 | 207.36 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 201 | 0.83 | 0.77 | 0 | 0.21 | 236.02 | 0.7 | 0.46 |
| Hex | 23 | 2E | C9 | 53 | 4D | 0 | 15 | EC | 46 | 2E |
| Octal | 43 | 56 | 311 | 123 | 115 | 0 | 25 | 354 | 106 | 56 |
| Binary | 100011 | 101110 | 11001001 | 1010011 | 1001101 | 0 | 10101 | 11101100 | 1000110 | 101110 |
Color Harmonies of #232EC9
Complementary color
Monochromatic Colors of #232EC9
Black with #232EC9
Text Example
Text Example
White with #232EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EC9; }
p { color: rgb(35,46,201); }
H1.HeaderClassName
{
color: #232EC9;
}
.AnyTagClassName
{
color: #232EC9;
}
</style>
background-color css
<style>
a { background-color: #232EC9; }
a { background-color: rgb(35,46,201); }
div.DivClassName
{
background-color: #232EC9;
}
.BgClassName
{
background-color: #232EC9;
}
</style>
border-color css
<style>
span { border-color: #232EC9; }
span { border-color: rgb(35,46,201); }
td.TdClassName
{
border-color: #232EC9;
}
.TagClassName
{
border-color: #232EC9;
}
</style>