Shades of Persian Blue #232FE7
Tints of Persian Blue #232FE7
RGB
CMYK
RGB Variations
Color information
#232FE7 (or 0x232FE7) is known color: Persian Blue. HEX triplet: 23, 2F and E7. RGB value is (35,47,231). Sum of RGB (Red+Green+Blue) = 35+47+231=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #232FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FE7 is #DCD018. Grayscale: #3F3F3F. Windows color (decimal): -14471193 or 15150883. OLE color: 15150883.
HSL color Cylindrical-coordinate representation of color #232FE7: hue angle of 236.33º 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 #232FE7 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 47 | 231 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.33º | 0.8% | 0.52% | - |
| HSV(B) | 236.33º | 0.85% | 0.91% | - |
| XYZ | 16.13 | 8.16 | 76.33 | - |
| YUV | 64.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 231 | 0.85 | 0.80 | 0 | 0.09 | 236.33 | 0.8 | 0.52 |
| Hex | 23 | 2F | E7 | 55 | 50 | 0 | 9 | EC | 50 | 34 |
| Octal | 43 | 57 | 347 | 125 | 120 | 0 | 11 | 354 | 120 | 64 |
| Binary | 100011 | 101111 | 11100111 | 1010101 | 1010000 | 0 | 1001 | 11101100 | 1010000 | 110100 |
Color Harmonies of #232FE7
Complementary color
Monochromatic Colors of #232FE7
Black with #232FE7
Text Example
Text Example
White with #232FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FE7; }
p { color: rgb(35,47,231); }
H1.HeaderClassName
{
color: #232FE7;
}
.AnyTagClassName
{
color: #232FE7;
}
</style>
background-color css
<style>
a { background-color: #232FE7; }
a { background-color: rgb(35,47,231); }
div.DivClassName
{
background-color: #232FE7;
}
.BgClassName
{
background-color: #232FE7;
}
</style>
border-color css
<style>
span { border-color: #232FE7; }
span { border-color: rgb(35,47,231); }
td.TdClassName
{
border-color: #232FE7;
}
.TagClassName
{
border-color: #232FE7;
}
</style>