Shades of Persian Blue #232FE0
Tints of Persian Blue #232FE0
RGB
CMYK
RGB Variations
Color information
#232FE0 (or 0x232FE0) is known color: Persian Blue. HEX triplet: 23, 2F and E0. RGB value is (35,47,224). Sum of RGB (Red+Green+Blue) = 35+47+224=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #232FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FE0 is #DCD01F. Grayscale: #3E3E3E. Windows color (decimal): -14471200 or 14692131. OLE color: 14692131.
HSL color Cylindrical-coordinate representation of color #232FE0: hue angle of 236.19º degrees, saturation: 0.75, 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 #232FE0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 47 | 224 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.12 |
| HSL | 236.19º | 0.75% | 0.51% | - |
| HSV(B) | 236.19º | 0.84% | 0.88% | - |
| XYZ | 15.16 | 7.77 | 71.22 | - |
| YUV | 63.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 224 | 0.84 | 0.79 | 0 | 0.12 | 236.19 | 0.75 | 0.51 |
| Hex | 23 | 2F | E0 | 54 | 4F | 0 | C | EC | 4B | 33 |
| Octal | 43 | 57 | 340 | 124 | 117 | 0 | 14 | 354 | 113 | 63 |
| Binary | 100011 | 101111 | 11100000 | 1010100 | 1001111 | 0 | 1100 | 11101100 | 1001011 | 110011 |
Color Harmonies of #232FE0
Complementary color
Monochromatic Colors of #232FE0
Black with #232FE0
Text Example
Text Example
White with #232FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FE0; }
p { color: rgb(35,47,224); }
H1.HeaderClassName
{
color: #232FE0;
}
.AnyTagClassName
{
color: #232FE0;
}
</style>
background-color css
<style>
a { background-color: #232FE0; }
a { background-color: rgb(35,47,224); }
div.DivClassName
{
background-color: #232FE0;
}
.BgClassName
{
background-color: #232FE0;
}
</style>
border-color css
<style>
span { border-color: #232FE0; }
span { border-color: rgb(35,47,224); }
td.TdClassName
{
border-color: #232FE0;
}
.TagClassName
{
border-color: #232FE0;
}
</style>