Shades of Persian Blue #233BE8
Tints of Persian Blue #233BE8
RGB
CMYK
RGB Variations
Color information
#233BE8 (or 0x233BE8) is known color: Persian Blue. HEX triplet: 23, 3B and E8. RGB value is (35,59,232). Sum of RGB (Red+Green+Blue) = 35+59+232=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #233BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BE8 is #DCC417. Grayscale: #464646. Windows color (decimal): -14468120 or 15219491. OLE color: 15219491.
HSL color Cylindrical-coordinate representation of color #233BE8: hue angle of 232.69º degrees, saturation: 0.81, 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 #233BE8 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 59 | 232 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.09 |
| HSL | 232.69º | 0.81% | 0.52% | - |
| HSV(B) | 232.69º | 0.85% | 0.91% | - |
| XYZ | 16.82 | 9.31 | 77.25 | - |
| YUV | 71.55 | 218.55 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 232 | 0.85 | 0.75 | 0 | 0.09 | 232.69 | 0.81 | 0.52 |
| Hex | 23 | 3B | E8 | 55 | 4B | 0 | 9 | E9 | 51 | 34 |
| Octal | 43 | 73 | 350 | 125 | 113 | 0 | 11 | 351 | 121 | 64 |
| Binary | 100011 | 111011 | 11101000 | 1010101 | 1001011 | 0 | 1001 | 11101001 | 1010001 | 110100 |
Color Harmonies of #233BE8
Complementary color
Monochromatic Colors of #233BE8
Black with #233BE8
Text Example
Text Example
White with #233BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BE8; }
p { color: rgb(35,59,232); }
H1.HeaderClassName
{
color: #233BE8;
}
.AnyTagClassName
{
color: #233BE8;
}
</style>
background-color css
<style>
a { background-color: #233BE8; }
a { background-color: rgb(35,59,232); }
div.DivClassName
{
background-color: #233BE8;
}
.BgClassName
{
background-color: #233BE8;
}
</style>
border-color css
<style>
span { border-color: #233BE8; }
span { border-color: rgb(35,59,232); }
td.TdClassName
{
border-color: #233BE8;
}
.TagClassName
{
border-color: #233BE8;
}
</style>