Shades of Persian Blue #3431D6
Tints of Persian Blue #3431D6
RGB
CMYK
RGB Variations
Color information
#3431D6 (or 0x3431D6) is known color: Persian Blue. HEX triplet: 34, 31 and D6. RGB value is (52,49,214). Sum of RGB (Red+Green+Blue) = 52+49+214=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #3431D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431D6 is #CBCE29. Grayscale: #444444. Windows color (decimal): -13356586 or 14037300. OLE color: 14037300.
HSL color Cylindrical-coordinate representation of color #3431D6: hue angle of 241.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3431D6 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 49 | 214 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.16 |
| HSL | 241.09º | 0.67% | 0.52% | - |
| HSV(B) | 241.09º | 0.77% | 0.84% | - |
| XYZ | 14.65 | 7.78 | 64.35 | - |
| YUV | 68.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 214 | 0.76 | 0.77 | 0 | 0.16 | 241.09 | 0.67 | 0.52 |
| Hex | 34 | 31 | D6 | 4C | 4D | 0 | 10 | F1 | 43 | 34 |
| Octal | 64 | 61 | 326 | 114 | 115 | 0 | 20 | 361 | 103 | 64 |
| Binary | 110100 | 110001 | 11010110 | 1001100 | 1001101 | 0 | 10000 | 11110001 | 1000011 | 110100 |
Color Harmonies of #3431D6
Complementary color
Monochromatic Colors of #3431D6
Black with #3431D6
Text Example
Text Example
White with #3431D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431D6; }
p { color: rgb(52,49,214); }
H1.HeaderClassName
{
color: #3431D6;
}
.AnyTagClassName
{
color: #3431D6;
}
</style>
background-color css
<style>
a { background-color: #3431D6; }
a { background-color: rgb(52,49,214); }
div.DivClassName
{
background-color: #3431D6;
}
.BgClassName
{
background-color: #3431D6;
}
</style>
border-color css
<style>
span { border-color: #3431D6; }
span { border-color: rgb(52,49,214); }
td.TdClassName
{
border-color: #3431D6;
}
.TagClassName
{
border-color: #3431D6;
}
</style>