Shades of Persian Blue #3430D6
Tints of Persian Blue #3430D6
RGB
CMYK
RGB Variations
Color information
#3430D6 (or 0x3430D6) is known color: Persian Blue. HEX triplet: 34, 30 and D6. RGB value is (52,48,214). Sum of RGB (Red+Green+Blue) = 52+48+214=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #3430D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430D6 is #CBCF29. Grayscale: #434343. Windows color (decimal): -13356842 or 14037044. OLE color: 14037044.
HSL color Cylindrical-coordinate representation of color #3430D6: hue angle of 241.45º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3430D6 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 48 | 214 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.16 |
| HSL | 241.45º | 0.67% | 0.51% | - |
| HSV(B) | 241.45º | 0.78% | 0.84% | - |
| XYZ | 14.61 | 7.7 | 64.33 | - |
| YUV | 68.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 214 | 0.76 | 0.78 | 0 | 0.16 | 241.45 | 0.67 | 0.51 |
| Hex | 34 | 30 | D6 | 4C | 4E | 0 | 10 | F1 | 43 | 33 |
| Octal | 64 | 60 | 326 | 114 | 116 | 0 | 20 | 361 | 103 | 63 |
| Binary | 110100 | 110000 | 11010110 | 1001100 | 1001110 | 0 | 10000 | 11110001 | 1000011 | 110011 |
Color Harmonies of #3430D6
Complementary color
Monochromatic Colors of #3430D6
Black with #3430D6
Text Example
Text Example
White with #3430D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430D6; }
p { color: rgb(52,48,214); }
H1.HeaderClassName
{
color: #3430D6;
}
.AnyTagClassName
{
color: #3430D6;
}
</style>
background-color css
<style>
a { background-color: #3430D6; }
a { background-color: rgb(52,48,214); }
div.DivClassName
{
background-color: #3430D6;
}
.BgClassName
{
background-color: #3430D6;
}
</style>
border-color css
<style>
span { border-color: #3430D6; }
span { border-color: rgb(52,48,214); }
td.TdClassName
{
border-color: #3430D6;
}
.TagClassName
{
border-color: #3430D6;
}
</style>