Shades of Persian Blue #233BE5
Tints of Persian Blue #233BE5
RGB
CMYK
RGB Variations
Color information
#233BE5 (or 0x233BE5) is known color: Persian Blue. HEX triplet: 23, 3B and E5. RGB value is (35,59,229). Sum of RGB (Red+Green+Blue) = 35+59+229=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 229 (89.84% from 255 or 70.90% from 323); Max value from RGB is 229 - color contains mainly: blue. Hex color #233BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BE5 is #DCC41A. Grayscale: #464646. Windows color (decimal): -14468123 or 15022883. OLE color: 15022883.
HSL color Cylindrical-coordinate representation of color #233BE5: hue angle of 232.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233BE5 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 59 | 229 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.10 |
| HSL | 232.58º | 0.79% | 0.52% | - |
| HSV(B) | 232.58º | 0.85% | 0.9% | - |
| XYZ | 16.4 | 9.14 | 75.03 | - |
| YUV | 71.2 | 217.05 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 229 | 0.85 | 0.74 | 0 | 0.10 | 232.58 | 0.79 | 0.52 |
| Hex | 23 | 3B | E5 | 55 | 4A | 0 | A | E9 | 4F | 34 |
| Octal | 43 | 73 | 345 | 125 | 112 | 0 | 12 | 351 | 117 | 64 |
| Binary | 100011 | 111011 | 11100101 | 1010101 | 1001010 | 0 | 1010 | 11101001 | 1001111 | 110100 |
Color Harmonies of #233BE5
Complementary color
Monochromatic Colors of #233BE5
Black with #233BE5
Text Example
Text Example
White with #233BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BE5; }
p { color: rgb(35,59,229); }
H1.HeaderClassName
{
color: #233BE5;
}
.AnyTagClassName
{
color: #233BE5;
}
</style>
background-color css
<style>
a { background-color: #233BE5; }
a { background-color: rgb(35,59,229); }
div.DivClassName
{
background-color: #233BE5;
}
.BgClassName
{
background-color: #233BE5;
}
</style>
border-color css
<style>
span { border-color: #233BE5; }
span { border-color: rgb(35,59,229); }
td.TdClassName
{
border-color: #233BE5;
}
.TagClassName
{
border-color: #233BE5;
}
</style>