Shades of Persian Blue #3430AB
Tints of Persian Blue #3430AB
RGB
CMYK
RGB Variations
Color information
#3430AB (or 0x3430AB) is known color: Persian Blue. HEX triplet: 34, 30 and AB. RGB value is (52,48,171). Sum of RGB (Red+Green+Blue) = 52+48+171=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #3430AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430AB is #CBCF54. Grayscale: #3E3E3E. Windows color (decimal): -13356885 or 11218996. OLE color: 11218996.
HSL color Cylindrical-coordinate representation of color #3430AB: hue angle of 241.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3430AB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 48 | 171 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.33 |
| HSL | 241.95º | 0.56% | 0.43% | - |
| HSV(B) | 241.95º | 0.72% | 0.67% | - |
| XYZ | 9.82 | 5.78 | 39.13 | - |
| YUV | 63.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 171 | 0.70 | 0.72 | 0 | 0.33 | 241.95 | 0.56 | 0.43 |
| Hex | 34 | 30 | AB | 46 | 48 | 0 | 21 | F2 | 38 | 2B |
| Octal | 64 | 60 | 253 | 106 | 110 | 0 | 41 | 362 | 70 | 53 |
| Binary | 110100 | 110000 | 10101011 | 1000110 | 1001000 | 0 | 100001 | 11110010 | 111000 | 101011 |
Color Harmonies of #3430AB
Complementary color
Monochromatic Colors of #3430AB
Black with #3430AB
Text Example
Text Example
White with #3430AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430AB; }
p { color: rgb(52,48,171); }
H1.HeaderClassName
{
color: #3430AB;
}
.AnyTagClassName
{
color: #3430AB;
}
</style>
background-color css
<style>
a { background-color: #3430AB; }
a { background-color: rgb(52,48,171); }
div.DivClassName
{
background-color: #3430AB;
}
.BgClassName
{
background-color: #3430AB;
}
</style>
border-color css
<style>
span { border-color: #3430AB; }
span { border-color: rgb(52,48,171); }
td.TdClassName
{
border-color: #3430AB;
}
.TagClassName
{
border-color: #3430AB;
}
</style>