Shades of Persian Blue #3435DB
Tints of Persian Blue #3435DB
RGB
CMYK
RGB Variations
Color information
#3435DB (or 0x3435DB) is known color: Persian Blue. HEX triplet: 34, 35 and DB. RGB value is (52,53,219). Sum of RGB (Red+Green+Blue) = 52+53+219=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #3435DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435DB is #CBCA24. Grayscale: #464646. Windows color (decimal): -13355557 or 14366004. OLE color: 14366004.
HSL color Cylindrical-coordinate representation of color #3435DB: hue angle of 239.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3435DB is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 53 | 219 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.14 |
| HSL | 239.64º | 0.7% | 0.53% | - |
| HSV(B) | 239.64º | 0.76% | 0.86% | - |
| XYZ | 15.48 | 8.39 | 67.82 | - |
| YUV | 71.63 | 211.17 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 219 | 0.76 | 0.76 | 0 | 0.14 | 239.64 | 0.7 | 0.53 |
| Hex | 34 | 35 | DB | 4C | 4C | 0 | E | F0 | 46 | 35 |
| Octal | 64 | 65 | 333 | 114 | 114 | 0 | 16 | 360 | 106 | 65 |
| Binary | 110100 | 110101 | 11011011 | 1001100 | 1001100 | 0 | 1110 | 11110000 | 1000110 | 110101 |
Color Harmonies of #3435DB
Complementary color
Monochromatic Colors of #3435DB
Black with #3435DB
Text Example
Text Example
White with #3435DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435DB; }
p { color: rgb(52,53,219); }
H1.HeaderClassName
{
color: #3435DB;
}
.AnyTagClassName
{
color: #3435DB;
}
</style>
background-color css
<style>
a { background-color: #3435DB; }
a { background-color: rgb(52,53,219); }
div.DivClassName
{
background-color: #3435DB;
}
.BgClassName
{
background-color: #3435DB;
}
</style>
border-color css
<style>
span { border-color: #3435DB; }
span { border-color: rgb(52,53,219); }
td.TdClassName
{
border-color: #3435DB;
}
.TagClassName
{
border-color: #3435DB;
}
</style>