Shades of Persian Blue #2328E0
Tints of Persian Blue #2328E0
RGB
CMYK
RGB Variations
Color information
#2328E0 (or 0x2328E0) is known color: Persian Blue. HEX triplet: 23, 28 and E0. RGB value is (35,40,224). Sum of RGB (Red+Green+Blue) = 35+40+224=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #2328E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2328E0 is #DCD71F. Grayscale: #3A3A3A. Windows color (decimal): -14472992 or 14690339. OLE color: 14690339.
HSL color Cylindrical-coordinate representation of color #2328E0: hue angle of 238.41º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2328E0 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 40 | 224 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.12 |
| HSL | 238.41º | 0.75% | 0.51% | - |
| HSV(B) | 238.41º | 0.84% | 0.88% | - |
| XYZ | 14.91 | 7.26 | 71.14 | - |
| YUV | 59.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 224 | 0.84 | 0.82 | 0 | 0.12 | 238.41 | 0.75 | 0.51 |
| Hex | 23 | 28 | E0 | 54 | 52 | 0 | C | EE | 4B | 33 |
| Octal | 43 | 50 | 340 | 124 | 122 | 0 | 14 | 356 | 113 | 63 |
| Binary | 100011 | 101000 | 11100000 | 1010100 | 1010010 | 0 | 1100 | 11101110 | 1001011 | 110011 |
Color Harmonies of #2328E0
Complementary color
Monochromatic Colors of #2328E0
Black with #2328E0
Text Example
Text Example
White with #2328E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328E0; }
p { color: rgb(35,40,224); }
H1.HeaderClassName
{
color: #2328E0;
}
.AnyTagClassName
{
color: #2328E0;
}
</style>
background-color css
<style>
a { background-color: #2328E0; }
a { background-color: rgb(35,40,224); }
div.DivClassName
{
background-color: #2328E0;
}
.BgClassName
{
background-color: #2328E0;
}
</style>
border-color css
<style>
span { border-color: #2328E0; }
span { border-color: rgb(35,40,224); }
td.TdClassName
{
border-color: #2328E0;
}
.TagClassName
{
border-color: #2328E0;
}
</style>