Shades of Persian Blue #2339E5
Tints of Persian Blue #2339E5
RGB
CMYK
RGB Variations
Color information
#2339E5 (or 0x2339E5) is known color: Persian Blue. HEX triplet: 23, 39 and E5. RGB value is (35,57,229). Sum of RGB (Red+Green+Blue) = 35+57+229=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 229 (89.84% from 255 or 71.34% from 321); Max value from RGB is 229 - color contains mainly: blue. Hex color #2339E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2339E5 is #DCC61A. Grayscale: #454545. Windows color (decimal): -14468635 or 15022371. OLE color: 15022371.
HSL color Cylindrical-coordinate representation of color #2339E5: hue angle of 233.2º 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 #2339E5 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 57 | 229 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.10 |
| HSL | 233.2º | 0.79% | 0.52% | - |
| HSV(B) | 233.2º | 0.85% | 0.9% | - |
| XYZ | 16.3 | 8.94 | 75 | - |
| YUV | 70.03 | 217.71 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 229 | 0.85 | 0.75 | 0 | 0.10 | 233.2 | 0.79 | 0.52 |
| Hex | 23 | 39 | E5 | 55 | 4B | 0 | A | E9 | 4F | 34 |
| Octal | 43 | 71 | 345 | 125 | 113 | 0 | 12 | 351 | 117 | 64 |
| Binary | 100011 | 111001 | 11100101 | 1010101 | 1001011 | 0 | 1010 | 11101001 | 1001111 | 110100 |
Color Harmonies of #2339E5
Complementary color
Monochromatic Colors of #2339E5
Black with #2339E5
Text Example
Text Example
White with #2339E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2339E5; }
p { color: rgb(35,57,229); }
H1.HeaderClassName
{
color: #2339E5;
}
.AnyTagClassName
{
color: #2339E5;
}
</style>
background-color css
<style>
a { background-color: #2339E5; }
a { background-color: rgb(35,57,229); }
div.DivClassName
{
background-color: #2339E5;
}
.BgClassName
{
background-color: #2339E5;
}
</style>
border-color css
<style>
span { border-color: #2339E5; }
span { border-color: rgb(35,57,229); }
td.TdClassName
{
border-color: #2339E5;
}
.TagClassName
{
border-color: #2339E5;
}
</style>