Shades of Persian Blue #3424D0
Tints of Persian Blue #3424D0
RGB
CMYK
RGB Variations
Color information
#3424D0 (or 0x3424D0) is known color: Persian Blue. HEX triplet: 34, 24 and D0. RGB value is (52,36,208). Sum of RGB (Red+Green+Blue) = 52+36+208=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #3424D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424D0 is #CBDB2F. Grayscale: #3B3B3B. Windows color (decimal): -13359920 or 13640756. OLE color: 13640756.
HSL color Cylindrical-coordinate representation of color #3424D0: hue angle of 245.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3424D0 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 36 | 208 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.18 |
| HSL | 245.58º | 0.7% | 0.48% | - |
| HSV(B) | 245.58º | 0.83% | 0.82% | - |
| XYZ | 13.43 | 6.55 | 60.23 | - |
| YUV | 60.39 | 211.3 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 208 | 0.75 | 0.83 | 0 | 0.18 | 245.58 | 0.7 | 0.48 |
| Hex | 34 | 24 | D0 | 4B | 53 | 0 | 12 | F6 | 46 | 30 |
| Octal | 64 | 44 | 320 | 113 | 123 | 0 | 22 | 366 | 106 | 60 |
| Binary | 110100 | 100100 | 11010000 | 1001011 | 1010011 | 0 | 10010 | 11110110 | 1000110 | 110000 |
Color Harmonies of #3424D0
Complementary color
Monochromatic Colors of #3424D0
Black with #3424D0
Text Example
Text Example
White with #3424D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424D0; }
p { color: rgb(52,36,208); }
H1.HeaderClassName
{
color: #3424D0;
}
.AnyTagClassName
{
color: #3424D0;
}
</style>
background-color css
<style>
a { background-color: #3424D0; }
a { background-color: rgb(52,36,208); }
div.DivClassName
{
background-color: #3424D0;
}
.BgClassName
{
background-color: #3424D0;
}
</style>
border-color css
<style>
span { border-color: #3424D0; }
span { border-color: rgb(52,36,208); }
td.TdClassName
{
border-color: #3424D0;
}
.TagClassName
{
border-color: #3424D0;
}
</style>