Shades of Persian Blue #2024DA
Tints of Persian Blue #2024DA
RGB
CMYK
RGB Variations
Color information
#2024DA (or 0x2024DA) is known color: Persian Blue. HEX triplet: 20, 24 and DA. RGB value is (32,36,218). Sum of RGB (Red+Green+Blue) = 32+36+218=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #2024DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024DA is #DFDB25. Grayscale: #363636. Windows color (decimal): -14670630 or 14296096. OLE color: 14296096.
HSL color Cylindrical-coordinate representation of color #2024DA: hue angle of 238.71º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2024DA is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 36 | 218 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.15 |
| HSL | 238.71º | 0.74% | 0.49% | - |
| HSV(B) | 238.71º | 0.85% | 0.85% | - |
| XYZ | 13.88 | 6.63 | 66.88 | - |
| YUV | 55.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 218 | 0.85 | 0.83 | 0 | 0.15 | 238.71 | 0.74 | 0.49 |
| Hex | 20 | 24 | DA | 55 | 53 | 0 | F | EF | 4A | 31 |
| Octal | 40 | 44 | 332 | 125 | 123 | 0 | 17 | 357 | 112 | 61 |
| Binary | 100000 | 100100 | 11011010 | 1010101 | 1010011 | 0 | 1111 | 11101111 | 1001010 | 110001 |
Color Harmonies of #2024DA
Complementary color
Monochromatic Colors of #2024DA
Black with #2024DA
Text Example
Text Example
White with #2024DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2024DA; }
p { color: rgb(32,36,218); }
H1.HeaderClassName
{
color: #2024DA;
}
.AnyTagClassName
{
color: #2024DA;
}
</style>
background-color css
<style>
a { background-color: #2024DA; }
a { background-color: rgb(32,36,218); }
div.DivClassName
{
background-color: #2024DA;
}
.BgClassName
{
background-color: #2024DA;
}
</style>
border-color css
<style>
span { border-color: #2024DA; }
span { border-color: rgb(32,36,218); }
td.TdClassName
{
border-color: #2024DA;
}
.TagClassName
{
border-color: #2024DA;
}
</style>