Shades of Persian Blue #2334EB
Tints of Persian Blue #2334EB
RGB
CMYK
RGB Variations
Color information
#2334EB (or 0x2334EB) is known color: Persian Blue. HEX triplet: 23, 34 and EB. RGB value is (35,52,235). Sum of RGB (Red+Green+Blue) = 35+52+235=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #2334EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2334EB is #DCCB14. Grayscale: #434343. Windows color (decimal): -14469909 or 15414307. OLE color: 15414307.
HSL color Cylindrical-coordinate representation of color #2334EB: hue angle of 234.9º 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 #2334EB is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 52 | 235 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.08 |
| HSL | 234.9º | 0.83% | 0.53% | - |
| HSV(B) | 234.9º | 0.85% | 0.92% | - |
| XYZ | 16.92 | 8.81 | 79.41 | - |
| YUV | 67.78 | 222.37 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 235 | 0.85 | 0.78 | 0 | 0.08 | 234.9 | 0.83 | 0.53 |
| Hex | 23 | 34 | EB | 55 | 4E | 0 | 8 | EB | 53 | 35 |
| Octal | 43 | 64 | 353 | 125 | 116 | 0 | 10 | 353 | 123 | 65 |
| Binary | 100011 | 110100 | 11101011 | 1010101 | 1001110 | 0 | 1000 | 11101011 | 1010011 | 110101 |
Color Harmonies of #2334EB
Complementary color
Monochromatic Colors of #2334EB
Black with #2334EB
Text Example
Text Example
White with #2334EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334EB; }
p { color: rgb(35,52,235); }
H1.HeaderClassName
{
color: #2334EB;
}
.AnyTagClassName
{
color: #2334EB;
}
</style>
background-color css
<style>
a { background-color: #2334EB; }
a { background-color: rgb(35,52,235); }
div.DivClassName
{
background-color: #2334EB;
}
.BgClassName
{
background-color: #2334EB;
}
</style>
border-color css
<style>
span { border-color: #2334EB; }
span { border-color: rgb(35,52,235); }
td.TdClassName
{
border-color: #2334EB;
}
.TagClassName
{
border-color: #2334EB;
}
</style>