Shades of Persian Blue #3440A5
Tints of Persian Blue #3440A5
RGB
CMYK
RGB Variations
Color information
#3440A5 (or 0x3440A5) is known color: Persian Blue. HEX triplet: 34, 40 and A5. RGB value is (52,64,165). Sum of RGB (Red+Green+Blue) = 52+64+165=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #3440A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440A5 is #CBBF5A. Grayscale: #474747. Windows color (decimal): -13352795 or 10829876. OLE color: 10829876.
HSL color Cylindrical-coordinate representation of color #3440A5: hue angle of 233.63º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3440A5 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 64 | 165 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.35 |
| HSL | 233.63º | 0.52% | 0.43% | - |
| HSV(B) | 233.63º | 0.68% | 0.65% | - |
| XYZ | 10.04 | 7.11 | 36.44 | - |
| YUV | 71.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 165 | 0.68 | 0.61 | 0 | 0.35 | 233.63 | 0.52 | 0.43 |
| Hex | 34 | 40 | A5 | 44 | 3D | 0 | 23 | EA | 34 | 2B |
| Octal | 64 | 100 | 245 | 104 | 75 | 0 | 43 | 352 | 64 | 53 |
| Binary | 110100 | 1000000 | 10100101 | 1000100 | 111101 | 0 | 100011 | 11101010 | 110100 | 101011 |
Color Harmonies of #3440A5
Complementary color
Monochromatic Colors of #3440A5
Black with #3440A5
Text Example
Text Example
White with #3440A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440A5; }
p { color: rgb(52,64,165); }
H1.HeaderClassName
{
color: #3440A5;
}
.AnyTagClassName
{
color: #3440A5;
}
</style>
background-color css
<style>
a { background-color: #3440A5; }
a { background-color: rgb(52,64,165); }
div.DivClassName
{
background-color: #3440A5;
}
.BgClassName
{
background-color: #3440A5;
}
</style>
border-color css
<style>
span { border-color: #3440A5; }
span { border-color: rgb(52,64,165); }
td.TdClassName
{
border-color: #3440A5;
}
.TagClassName
{
border-color: #3440A5;
}
</style>