Shades of Persian Blue #3430BA
Tints of Persian Blue #3430BA
RGB
CMYK
RGB Variations
Color information
#3430BA (or 0x3430BA) is known color: Persian Blue. HEX triplet: 34, 30 and BA. RGB value is (52,48,186). Sum of RGB (Red+Green+Blue) = 52+48+186=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #3430BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430BA is #CBCF45. Grayscale: #404040. Windows color (decimal): -13356870 or 12202036. OLE color: 12202036.
HSL color Cylindrical-coordinate representation of color #3430BA: hue angle of 241.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3430BA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 48 | 186 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.27 |
| HSL | 241.74º | 0.59% | 0.46% | - |
| HSV(B) | 241.74º | 0.74% | 0.73% | - |
| XYZ | 11.34 | 6.39 | 47.09 | - |
| YUV | 64.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 186 | 0.72 | 0.74 | 0 | 0.27 | 241.74 | 0.59 | 0.46 |
| Hex | 34 | 30 | BA | 48 | 4A | 0 | 1B | F2 | 3B | 2E |
| Octal | 64 | 60 | 272 | 110 | 112 | 0 | 33 | 362 | 73 | 56 |
| Binary | 110100 | 110000 | 10111010 | 1001000 | 1001010 | 0 | 11011 | 11110010 | 111011 | 101110 |
Color Harmonies of #3430BA
Complementary color
Monochromatic Colors of #3430BA
Black with #3430BA
Text Example
Text Example
White with #3430BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430BA; }
p { color: rgb(52,48,186); }
H1.HeaderClassName
{
color: #3430BA;
}
.AnyTagClassName
{
color: #3430BA;
}
</style>
background-color css
<style>
a { background-color: #3430BA; }
a { background-color: rgb(52,48,186); }
div.DivClassName
{
background-color: #3430BA;
}
.BgClassName
{
background-color: #3430BA;
}
</style>
border-color css
<style>
span { border-color: #3430BA; }
span { border-color: rgb(52,48,186); }
td.TdClassName
{
border-color: #3430BA;
}
.TagClassName
{
border-color: #3430BA;
}
</style>