Shades of Persian Blue #3431DD
Tints of Persian Blue #3431DD
RGB
CMYK
RGB Variations
Color information
#3431DD (or 0x3431DD) is known color: Persian Blue. HEX triplet: 34, 31 and DD. RGB value is (52,49,221). Sum of RGB (Red+Green+Blue) = 52+49+221=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #3431DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431DD is #CBCE22. Grayscale: #444444. Windows color (decimal): -13356579 or 14496052. OLE color: 14496052.
HSL color Cylindrical-coordinate representation of color #3431DD: hue angle of 241.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3431DD is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 49 | 221 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.13 |
| HSL | 241.05º | 0.72% | 0.53% | - |
| HSV(B) | 241.05º | 0.78% | 0.87% | - |
| XYZ | 15.57 | 8.15 | 69.16 | - |
| YUV | 69.51 | 213.49 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 221 | 0.76 | 0.78 | 0 | 0.13 | 241.05 | 0.72 | 0.53 |
| Hex | 34 | 31 | DD | 4C | 4E | 0 | D | F1 | 48 | 35 |
| Octal | 64 | 61 | 335 | 114 | 116 | 0 | 15 | 361 | 110 | 65 |
| Binary | 110100 | 110001 | 11011101 | 1001100 | 1001110 | 0 | 1101 | 11110001 | 1001000 | 110101 |
Color Harmonies of #3431DD
Complementary color
Monochromatic Colors of #3431DD
Black with #3431DD
Text Example
Text Example
White with #3431DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431DD; }
p { color: rgb(52,49,221); }
H1.HeaderClassName
{
color: #3431DD;
}
.AnyTagClassName
{
color: #3431DD;
}
</style>
background-color css
<style>
a { background-color: #3431DD; }
a { background-color: rgb(52,49,221); }
div.DivClassName
{
background-color: #3431DD;
}
.BgClassName
{
background-color: #3431DD;
}
</style>
border-color css
<style>
span { border-color: #3431DD; }
span { border-color: rgb(52,49,221); }
td.TdClassName
{
border-color: #3431DD;
}
.TagClassName
{
border-color: #3431DD;
}
</style>