Shades of Persian Blue #3434AD
Tints of Persian Blue #3434AD
RGB
CMYK
RGB Variations
Color information
#3434AD (or 0x3434AD) is known color: Persian Blue. HEX triplet: 34, 34 and AD. RGB value is (52,52,173). Sum of RGB (Red+Green+Blue) = 52+52+173=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #3434AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3434AD is #CBCB52. Grayscale: #414141. Windows color (decimal): -13355859 or 11351092. OLE color: 11351092.
HSL color Cylindrical-coordinate representation of color #3434AD: hue angle of 240º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3434AD is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 52 | 173 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.32 |
| HSL | 240º | 0.54% | 0.44% | - |
| HSV(B) | 240º | 0.7% | 0.68% | - |
| XYZ | 10.19 | 6.2 | 40.2 | - |
| YUV | 65.79 | 188.5 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 173 | 0.70 | 0.70 | 0 | 0.32 | 240 | 0.54 | 0.44 |
| Hex | 34 | 34 | AD | 46 | 46 | 0 | 20 | F0 | 36 | 2C |
| Octal | 64 | 64 | 255 | 106 | 106 | 0 | 40 | 360 | 66 | 54 |
| Binary | 110100 | 110100 | 10101101 | 1000110 | 1000110 | 0 | 100000 | 11110000 | 110110 | 101100 |
Color Harmonies of #3434AD
Complementary color
Monochromatic Colors of #3434AD
Black with #3434AD
Text Example
Text Example
White with #3434AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3434AD; }
p { color: rgb(52,52,173); }
H1.HeaderClassName
{
color: #3434AD;
}
.AnyTagClassName
{
color: #3434AD;
}
</style>
background-color css
<style>
a { background-color: #3434AD; }
a { background-color: rgb(52,52,173); }
div.DivClassName
{
background-color: #3434AD;
}
.BgClassName
{
background-color: #3434AD;
}
</style>
border-color css
<style>
span { border-color: #3434AD; }
span { border-color: rgb(52,52,173); }
td.TdClassName
{
border-color: #3434AD;
}
.TagClassName
{
border-color: #3434AD;
}
</style>