Shades of Persian Blue #2341AE
Tints of Persian Blue #2341AE
RGB
CMYK
RGB Variations
Color information
#2341AE (or 0x2341AE) is known color: Persian Blue. HEX triplet: 23, 41 and AE. RGB value is (35,65,174). Sum of RGB (Red+Green+Blue) = 35+65+174=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #2341AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2341AE is #DCBE51. Grayscale: #434343. Windows color (decimal): -14466642 or 11419939. OLE color: 11419939.
HSL color Cylindrical-coordinate representation of color #2341AE: hue angle of 227.05º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2341AE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 65 | 174 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.32 |
| HSL | 227.05º | 0.67% | 0.41% | - |
| HSV(B) | 227.05º | 0.8% | 0.68% | - |
| XYZ | 10.22 | 7.19 | 40.89 | - |
| YUV | 68.46 | 187.56 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 174 | 0.80 | 0.63 | 0 | 0.32 | 227.05 | 0.67 | 0.41 |
| Hex | 23 | 41 | AE | 50 | 3F | 0 | 20 | E3 | 43 | 29 |
| Octal | 43 | 101 | 256 | 120 | 77 | 0 | 40 | 343 | 103 | 51 |
| Binary | 100011 | 1000001 | 10101110 | 1010000 | 111111 | 0 | 100000 | 11100011 | 1000011 | 101001 |
Color Harmonies of #2341AE
Complementary color
Monochromatic Colors of #2341AE
Black with #2341AE
Text Example
Text Example
White with #2341AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341AE; }
p { color: rgb(35,65,174); }
H1.HeaderClassName
{
color: #2341AE;
}
.AnyTagClassName
{
color: #2341AE;
}
</style>
background-color css
<style>
a { background-color: #2341AE; }
a { background-color: rgb(35,65,174); }
div.DivClassName
{
background-color: #2341AE;
}
.BgClassName
{
background-color: #2341AE;
}
</style>
border-color css
<style>
span { border-color: #2341AE; }
span { border-color: rgb(35,65,174); }
td.TdClassName
{
border-color: #2341AE;
}
.TagClassName
{
border-color: #2341AE;
}
</style>