Shades of Persian Blue #2024BC
Tints of Persian Blue #2024BC
RGB
CMYK
RGB Variations
Color information
#2024BC (or 0x2024BC) is known color: Persian Blue. HEX triplet: 20, 24 and BC. RGB value is (32,36,188). Sum of RGB (Red+Green+Blue) = 32+36+188=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #2024BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024BC is #DFDB43. Grayscale: #333333. Windows color (decimal): -14670660 or 12330016. OLE color: 12330016.
HSL color Cylindrical-coordinate representation of color #2024BC: hue angle of 238.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2024BC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 36 | 188 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.26 |
| HSL | 238.46º | 0.71% | 0.43% | - |
| HSV(B) | 238.46º | 0.83% | 0.74% | - |
| XYZ | 10.3 | 5.2 | 48.04 | - |
| YUV | 52.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 188 | 0.83 | 0.81 | 0 | 0.26 | 238.46 | 0.71 | 0.43 |
| Hex | 20 | 24 | BC | 53 | 51 | 0 | 1A | EE | 47 | 2B |
| Octal | 40 | 44 | 274 | 123 | 121 | 0 | 32 | 356 | 107 | 53 |
| Binary | 100000 | 100100 | 10111100 | 1010011 | 1010001 | 0 | 11010 | 11101110 | 1000111 | 101011 |
Color Harmonies of #2024BC
Complementary color
Monochromatic Colors of #2024BC
Black with #2024BC
Text Example
Text Example
White with #2024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2024BC; }
p { color: rgb(32,36,188); }
H1.HeaderClassName
{
color: #2024BC;
}
.AnyTagClassName
{
color: #2024BC;
}
</style>
background-color css
<style>
a { background-color: #2024BC; }
a { background-color: rgb(32,36,188); }
div.DivClassName
{
background-color: #2024BC;
}
.BgClassName
{
background-color: #2024BC;
}
</style>
border-color css
<style>
span { border-color: #2024BC; }
span { border-color: rgb(32,36,188); }
td.TdClassName
{
border-color: #2024BC;
}
.TagClassName
{
border-color: #2024BC;
}
</style>