Shades of Persian Blue #2023AD
Tints of Persian Blue #2023AD
RGB
CMYK
RGB Variations
Color information
#2023AD (or 0x2023AD) is known color: Persian Blue. HEX triplet: 20, 23 and AD. RGB value is (32,35,173). Sum of RGB (Red+Green+Blue) = 32+35+173=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #2023AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2023AD is #DFDC52. Grayscale: #313131. Windows color (decimal): -14670931 or 11346720. OLE color: 11346720.
HSL color Cylindrical-coordinate representation of color #2023AD: hue angle of 238.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2023AD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 35 | 173 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.32 |
| HSL | 238.72º | 0.69% | 0.4% | - |
| HSV(B) | 238.72º | 0.82% | 0.68% | - |
| XYZ | 8.74 | 4.53 | 39.95 | - |
| YUV | 49.84 | 197.51 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 173 | 0.82 | 0.80 | 0 | 0.32 | 238.72 | 0.69 | 0.4 |
| Hex | 20 | 23 | AD | 52 | 50 | 0 | 20 | EF | 45 | 28 |
| Octal | 40 | 43 | 255 | 122 | 120 | 0 | 40 | 357 | 105 | 50 |
| Binary | 100000 | 100011 | 10101101 | 1010010 | 1010000 | 0 | 100000 | 11101111 | 1000101 | 101000 |
Color Harmonies of #2023AD
Complementary color
Monochromatic Colors of #2023AD
Black with #2023AD
Text Example
Text Example
White with #2023AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023AD; }
p { color: rgb(32,35,173); }
H1.HeaderClassName
{
color: #2023AD;
}
.AnyTagClassName
{
color: #2023AD;
}
</style>
background-color css
<style>
a { background-color: #2023AD; }
a { background-color: rgb(32,35,173); }
div.DivClassName
{
background-color: #2023AD;
}
.BgClassName
{
background-color: #2023AD;
}
</style>
border-color css
<style>
span { border-color: #2023AD; }
span { border-color: rgb(32,35,173); }
td.TdClassName
{
border-color: #2023AD;
}
.TagClassName
{
border-color: #2023AD;
}
</style>