Shades of Persian Blue #233BE6
Tints of Persian Blue #233BE6
RGB
CMYK
RGB Variations
Color information
#233BE6 (or 0x233BE6) is known color: Persian Blue. HEX triplet: 23, 3B and E6. RGB value is (35,59,230). Sum of RGB (Red+Green+Blue) = 35+59+230=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #233BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BE6 is #DCC419. Grayscale: #464646. Windows color (decimal): -14468122 or 15088419. OLE color: 15088419.
HSL color Cylindrical-coordinate representation of color #233BE6: hue angle of 232.62º degrees, saturation: 0.8, 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 #233BE6 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 59 | 230 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.10 |
| HSL | 232.62º | 0.8% | 0.52% | - |
| HSV(B) | 232.62º | 0.85% | 0.9% | - |
| XYZ | 16.54 | 9.2 | 75.77 | - |
| YUV | 71.32 | 217.55 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 230 | 0.85 | 0.74 | 0 | 0.10 | 232.62 | 0.8 | 0.52 |
| Hex | 23 | 3B | E6 | 55 | 4A | 0 | A | E9 | 50 | 34 |
| Octal | 43 | 73 | 346 | 125 | 112 | 0 | 12 | 351 | 120 | 64 |
| Binary | 100011 | 111011 | 11100110 | 1010101 | 1001010 | 0 | 1010 | 11101001 | 1010000 | 110100 |
Color Harmonies of #233BE6
Complementary color
Monochromatic Colors of #233BE6
Black with #233BE6
Text Example
Text Example
White with #233BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BE6; }
p { color: rgb(35,59,230); }
H1.HeaderClassName
{
color: #233BE6;
}
.AnyTagClassName
{
color: #233BE6;
}
</style>
background-color css
<style>
a { background-color: #233BE6; }
a { background-color: rgb(35,59,230); }
div.DivClassName
{
background-color: #233BE6;
}
.BgClassName
{
background-color: #233BE6;
}
</style>
border-color css
<style>
span { border-color: #233BE6; }
span { border-color: rgb(35,59,230); }
td.TdClassName
{
border-color: #233BE6;
}
.TagClassName
{
border-color: #233BE6;
}
</style>