Shades of Persian Blue #2423AE
Tints of Persian Blue #2423AE
RGB
CMYK
RGB Variations
Color information
#2423AE (or 0x2423AE) is known color: Persian Blue. HEX triplet: 24, 23 and AE. RGB value is (36,35,174). Sum of RGB (Red+Green+Blue) = 36+35+174=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #2423AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2423AE is #DBDC51. Grayscale: #323232. Windows color (decimal): -14408786 or 11412260. OLE color: 11412260.
HSL color Cylindrical-coordinate representation of color #2423AE: hue angle of 240.43º 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 #2423AE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 35 | 174 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.32 |
| HSL | 240.43º | 0.67% | 0.41% | - |
| HSV(B) | 240.43º | 0.8% | 0.68% | - |
| XYZ | 8.97 | 4.63 | 40.47 | - |
| YUV | 51.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 174 | 0.79 | 0.80 | 0 | 0.32 | 240.43 | 0.67 | 0.41 |
| Hex | 24 | 23 | AE | 4F | 50 | 0 | 20 | F0 | 43 | 29 |
| Octal | 44 | 43 | 256 | 117 | 120 | 0 | 40 | 360 | 103 | 51 |
| Binary | 100100 | 100011 | 10101110 | 1001111 | 1010000 | 0 | 100000 | 11110000 | 1000011 | 101001 |
Color Harmonies of #2423AE
Complementary color
Monochromatic Colors of #2423AE
Black with #2423AE
Text Example
Text Example
White with #2423AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2423AE; }
p { color: rgb(36,35,174); }
H1.HeaderClassName
{
color: #2423AE;
}
.AnyTagClassName
{
color: #2423AE;
}
</style>
background-color css
<style>
a { background-color: #2423AE; }
a { background-color: rgb(36,35,174); }
div.DivClassName
{
background-color: #2423AE;
}
.BgClassName
{
background-color: #2423AE;
}
</style>
border-color css
<style>
span { border-color: #2423AE; }
span { border-color: rgb(36,35,174); }
td.TdClassName
{
border-color: #2423AE;
}
.TagClassName
{
border-color: #2423AE;
}
</style>