Shades of Persian Blue #2341E0
Tints of Persian Blue #2341E0
RGB
CMYK
RGB Variations
Color information
#2341E0 (or 0x2341E0) is known color: Persian Blue. HEX triplet: 23, 41 and E0. RGB value is (35,65,224). Sum of RGB (Red+Green+Blue) = 35+65+224=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #2341E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341E0 is #DCBE1F. Grayscale: #494949. Windows color (decimal): -14466592 or 14696739. OLE color: 14696739.
HSL color Cylindrical-coordinate representation of color #2341E0: hue angle of 230.48º 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 #2341E0 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 65 | 224 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.12 |
| HSL | 230.48º | 0.75% | 0.51% | - |
| HSV(B) | 230.48º | 0.84% | 0.88% | - |
| XYZ | 16.04 | 9.52 | 71.51 | - |
| YUV | 74.16 | 212.56 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 224 | 0.84 | 0.71 | 0 | 0.12 | 230.48 | 0.75 | 0.51 |
| Hex | 23 | 41 | E0 | 54 | 47 | 0 | C | E6 | 4B | 33 |
| Octal | 43 | 101 | 340 | 124 | 107 | 0 | 14 | 346 | 113 | 63 |
| Binary | 100011 | 1000001 | 11100000 | 1010100 | 1000111 | 0 | 1100 | 11100110 | 1001011 | 110011 |
Color Harmonies of #2341E0
Complementary color
Monochromatic Colors of #2341E0
Black with #2341E0
Text Example
Text Example
White with #2341E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341E0; }
p { color: rgb(35,65,224); }
H1.HeaderClassName
{
color: #2341E0;
}
.AnyTagClassName
{
color: #2341E0;
}
</style>
background-color css
<style>
a { background-color: #2341E0; }
a { background-color: rgb(35,65,224); }
div.DivClassName
{
background-color: #2341E0;
}
.BgClassName
{
background-color: #2341E0;
}
</style>
border-color css
<style>
span { border-color: #2341E0; }
span { border-color: rgb(35,65,224); }
td.TdClassName
{
border-color: #2341E0;
}
.TagClassName
{
border-color: #2341E0;
}
</style>