Shades of Persian Blue #2334E3
Tints of Persian Blue #2334E3
RGB
CMYK
RGB Variations
Color information
#2334E3 (or 0x2334E3) is known color: Persian Blue. HEX triplet: 23, 34 and E3. RGB value is (35,52,227). Sum of RGB (Red+Green+Blue) = 35+52+227=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 227 (89.06% from 255 or 72.29% from 314); Max value from RGB is 227 - color contains mainly: blue. Hex color #2334E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334E3 is #DCCB1C. Grayscale: #424242. Windows color (decimal): -14469917 or 14890019. OLE color: 14890019.
HSL color Cylindrical-coordinate representation of color #2334E3: hue angle of 234.69º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2334E3 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 52 | 227 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.11 |
| HSL | 234.69º | 0.77% | 0.51% | - |
| HSV(B) | 234.69º | 0.85% | 0.89% | - |
| XYZ | 15.79 | 8.36 | 73.45 | - |
| YUV | 66.87 | 218.37 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 227 | 0.85 | 0.77 | 0 | 0.11 | 234.69 | 0.77 | 0.51 |
| Hex | 23 | 34 | E3 | 55 | 4D | 0 | B | EB | 4D | 33 |
| Octal | 43 | 64 | 343 | 125 | 115 | 0 | 13 | 353 | 115 | 63 |
| Binary | 100011 | 110100 | 11100011 | 1010101 | 1001101 | 0 | 1011 | 11101011 | 1001101 | 110011 |
Color Harmonies of #2334E3
Complementary color
Monochromatic Colors of #2334E3
Black with #2334E3
Text Example
Text Example
White with #2334E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334E3; }
p { color: rgb(35,52,227); }
H1.HeaderClassName
{
color: #2334E3;
}
.AnyTagClassName
{
color: #2334E3;
}
</style>
background-color css
<style>
a { background-color: #2334E3; }
a { background-color: rgb(35,52,227); }
div.DivClassName
{
background-color: #2334E3;
}
.BgClassName
{
background-color: #2334E3;
}
</style>
border-color css
<style>
span { border-color: #2334E3; }
span { border-color: rgb(35,52,227); }
td.TdClassName
{
border-color: #2334E3;
}
.TagClassName
{
border-color: #2334E3;
}
</style>