Shades of Persian Blue #233BEA
Tints of Persian Blue #233BEA
RGB
CMYK
RGB Variations
Color information
#233BEA (or 0x233BEA) is known color: Persian Blue. HEX triplet: 23, 3B and EA. RGB value is (35,59,234). Sum of RGB (Red+Green+Blue) = 35+59+234=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #233BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BEA is #DCC415. Grayscale: #474747. Windows color (decimal): -14468118 or 15350563. OLE color: 15350563.
HSL color Cylindrical-coordinate representation of color #233BEA: hue angle of 232.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233BEA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 59 | 234 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.08 |
| HSL | 232.76º | 0.83% | 0.53% | - |
| HSV(B) | 232.76º | 0.85% | 0.92% | - |
| XYZ | 17.11 | 9.43 | 78.76 | - |
| YUV | 71.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 234 | 0.85 | 0.75 | 0 | 0.08 | 232.76 | 0.83 | 0.53 |
| Hex | 23 | 3B | EA | 55 | 4B | 0 | 8 | E9 | 53 | 35 |
| Octal | 43 | 73 | 352 | 125 | 113 | 0 | 10 | 351 | 123 | 65 |
| Binary | 100011 | 111011 | 11101010 | 1010101 | 1001011 | 0 | 1000 | 11101001 | 1010011 | 110101 |
Color Harmonies of #233BEA
Complementary color
Monochromatic Colors of #233BEA
Black with #233BEA
Text Example
Text Example
White with #233BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BEA; }
p { color: rgb(35,59,234); }
H1.HeaderClassName
{
color: #233BEA;
}
.AnyTagClassName
{
color: #233BEA;
}
</style>
background-color css
<style>
a { background-color: #233BEA; }
a { background-color: rgb(35,59,234); }
div.DivClassName
{
background-color: #233BEA;
}
.BgClassName
{
background-color: #233BEA;
}
</style>
border-color css
<style>
span { border-color: #233BEA; }
span { border-color: rgb(35,59,234); }
td.TdClassName
{
border-color: #233BEA;
}
.TagClassName
{
border-color: #233BEA;
}
</style>