Shades of Persian Blue #2432DB
Tints of Persian Blue #2432DB
RGB
CMYK
RGB Variations
Color information
#2432DB (or 0x2432DB) is known color: Persian Blue. HEX triplet: 24, 32 and DB. RGB value is (36,50,219). Sum of RGB (Red+Green+Blue) = 36+50+219=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #2432DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2432DB is #DBCD24. Grayscale: #404040. Windows color (decimal): -14404901 or 14365220. OLE color: 14365220.
HSL color Cylindrical-coordinate representation of color #2432DB: hue angle of 235.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2432DB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 50 | 219 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.14 |
| HSL | 235.41º | 0.72% | 0.5% | - |
| HSV(B) | 235.41º | 0.84% | 0.86% | - |
| XYZ | 14.65 | 7.77 | 67.75 | - |
| YUV | 65.08 | 214.86 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 219 | 0.84 | 0.77 | 0 | 0.14 | 235.41 | 0.72 | 0.5 |
| Hex | 24 | 32 | DB | 54 | 4D | 0 | E | EB | 48 | 32 |
| Octal | 44 | 62 | 333 | 124 | 115 | 0 | 16 | 353 | 110 | 62 |
| Binary | 100100 | 110010 | 11011011 | 1010100 | 1001101 | 0 | 1110 | 11101011 | 1001000 | 110010 |
Color Harmonies of #2432DB
Complementary color
Monochromatic Colors of #2432DB
Black with #2432DB
Text Example
Text Example
White with #2432DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2432DB; }
p { color: rgb(36,50,219); }
H1.HeaderClassName
{
color: #2432DB;
}
.AnyTagClassName
{
color: #2432DB;
}
</style>
background-color css
<style>
a { background-color: #2432DB; }
a { background-color: rgb(36,50,219); }
div.DivClassName
{
background-color: #2432DB;
}
.BgClassName
{
background-color: #2432DB;
}
</style>
border-color css
<style>
span { border-color: #2432DB; }
span { border-color: rgb(36,50,219); }
td.TdClassName
{
border-color: #2432DB;
}
.TagClassName
{
border-color: #2432DB;
}
</style>