Shades of Persian Blue #2327E1
Tints of Persian Blue #2327E1
RGB
CMYK
RGB Variations
Color information
#2327E1 (or 0x2327E1) is known color: Persian Blue. HEX triplet: 23, 27 and E1. RGB value is (35,39,225). Sum of RGB (Red+Green+Blue) = 35+39+225=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #2327E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327E1 is #DCD81E. Grayscale: #3A3A3A. Windows color (decimal): -14473247 or 14755619. OLE color: 14755619.
HSL color Cylindrical-coordinate representation of color #2327E1: hue angle of 238.74º degrees, saturation: 0.76, 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 #2327E1 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 39 | 225 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.12 |
| HSL | 238.74º | 0.76% | 0.51% | - |
| HSV(B) | 238.74º | 0.84% | 0.88% | - |
| XYZ | 15.01 | 7.24 | 71.84 | - |
| YUV | 59.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 225 | 0.84 | 0.83 | 0 | 0.12 | 238.74 | 0.76 | 0.51 |
| Hex | 23 | 27 | E1 | 54 | 53 | 0 | C | EF | 4C | 33 |
| Octal | 43 | 47 | 341 | 124 | 123 | 0 | 14 | 357 | 114 | 63 |
| Binary | 100011 | 100111 | 11100001 | 1010100 | 1010011 | 0 | 1100 | 11101111 | 1001100 | 110011 |
Color Harmonies of #2327E1
Complementary color
Monochromatic Colors of #2327E1
Black with #2327E1
Text Example
Text Example
White with #2327E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2327E1; }
p { color: rgb(35,39,225); }
H1.HeaderClassName
{
color: #2327E1;
}
.AnyTagClassName
{
color: #2327E1;
}
</style>
background-color css
<style>
a { background-color: #2327E1; }
a { background-color: rgb(35,39,225); }
div.DivClassName
{
background-color: #2327E1;
}
.BgClassName
{
background-color: #2327E1;
}
</style>
border-color css
<style>
span { border-color: #2327E1; }
span { border-color: rgb(35,39,225); }
td.TdClassName
{
border-color: #2327E1;
}
.TagClassName
{
border-color: #2327E1;
}
</style>