Shades of Persian Blue #2328EE
Tints of Persian Blue #2328EE
RGB
CMYK
RGB Variations
Color information
#2328EE (or 0x2328EE) is known color: Persian Blue. HEX triplet: 23, 28 and EE. RGB value is (35,40,238). Sum of RGB (Red+Green+Blue) = 35+40+238=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #2328EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328EE is #DCD711. Grayscale: #3C3C3C. Windows color (decimal): -14472978 or 15607843. OLE color: 15607843.
HSL color Cylindrical-coordinate representation of color #2328EE: hue angle of 238.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2328EE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 40 | 238 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.07 |
| HSL | 238.52º | 0.86% | 0.54% | - |
| HSV(B) | 238.52º | 0.85% | 0.93% | - |
| XYZ | 16.88 | 8.05 | 81.55 | - |
| YUV | 61.08 | 227.84 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 238 | 0.85 | 0.83 | 0 | 0.07 | 238.52 | 0.86 | 0.54 |
| Hex | 23 | 28 | EE | 55 | 53 | 0 | 7 | EF | 56 | 36 |
| Octal | 43 | 50 | 356 | 125 | 123 | 0 | 7 | 357 | 126 | 66 |
| Binary | 100011 | 101000 | 11101110 | 1010101 | 1010011 | 0 | 111 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2328EE
Complementary color
Monochromatic Colors of #2328EE
Black with #2328EE
Text Example
Text Example
White with #2328EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328EE; }
p { color: rgb(35,40,238); }
H1.HeaderClassName
{
color: #2328EE;
}
.AnyTagClassName
{
color: #2328EE;
}
</style>
background-color css
<style>
a { background-color: #2328EE; }
a { background-color: rgb(35,40,238); }
div.DivClassName
{
background-color: #2328EE;
}
.BgClassName
{
background-color: #2328EE;
}
</style>
border-color css
<style>
span { border-color: #2328EE; }
span { border-color: rgb(35,40,238); }
td.TdClassName
{
border-color: #2328EE;
}
.TagClassName
{
border-color: #2328EE;
}
</style>