Shades of Persian Blue #2435DB
Tints of Persian Blue #2435DB
RGB
CMYK
RGB Variations
Color information
#2435DB (or 0x2435DB) is known color: Persian Blue. HEX triplet: 24, 35 and DB. RGB value is (36,53,219). Sum of RGB (Red+Green+Blue) = 36+53+219=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #2435DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435DB is #DBCA24. Grayscale: #424242. Windows color (decimal): -14404133 or 14365988. OLE color: 14365988.
HSL color Cylindrical-coordinate representation of color #2435DB: hue angle of 234.43º 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 #2435DB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 53 | 219 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.14 |
| HSL | 234.43º | 0.72% | 0.5% | - |
| HSV(B) | 234.43º | 0.84% | 0.86% | - |
| XYZ | 14.79 | 8.04 | 67.79 | - |
| YUV | 66.84 | 213.87 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 219 | 0.84 | 0.76 | 0 | 0.14 | 234.43 | 0.72 | 0.5 |
| Hex | 24 | 35 | DB | 54 | 4C | 0 | E | EA | 48 | 32 |
| Octal | 44 | 65 | 333 | 124 | 114 | 0 | 16 | 352 | 110 | 62 |
| Binary | 100100 | 110101 | 11011011 | 1010100 | 1001100 | 0 | 1110 | 11101010 | 1001000 | 110010 |
Color Harmonies of #2435DB
Complementary color
Monochromatic Colors of #2435DB
Black with #2435DB
Text Example
Text Example
White with #2435DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435DB; }
p { color: rgb(36,53,219); }
H1.HeaderClassName
{
color: #2435DB;
}
.AnyTagClassName
{
color: #2435DB;
}
</style>
background-color css
<style>
a { background-color: #2435DB; }
a { background-color: rgb(36,53,219); }
div.DivClassName
{
background-color: #2435DB;
}
.BgClassName
{
background-color: #2435DB;
}
</style>
border-color css
<style>
span { border-color: #2435DB; }
span { border-color: rgb(36,53,219); }
td.TdClassName
{
border-color: #2435DB;
}
.TagClassName
{
border-color: #2435DB;
}
</style>