Shades of Persian Blue #3439AD
Tints of Persian Blue #3439AD
RGB
CMYK
RGB Variations
Color information
#3439AD (or 0x3439AD) is known color: Persian Blue. HEX triplet: 34, 39 and AD. RGB value is (52,57,173). Sum of RGB (Red+Green+Blue) = 52+57+173=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3439AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3439AD is #CBC652. Grayscale: #444444. Windows color (decimal): -13354579 or 11352372. OLE color: 11352372.
HSL color Cylindrical-coordinate representation of color #3439AD: hue angle of 237.52º 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 #3439AD is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 57 | 173 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.32 |
| HSL | 237.52º | 0.54% | 0.44% | - |
| HSV(B) | 237.52º | 0.7% | 0.68% | - |
| XYZ | 10.42 | 6.67 | 40.27 | - |
| YUV | 68.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 173 | 0.70 | 0.67 | 0 | 0.32 | 237.52 | 0.54 | 0.44 |
| Hex | 34 | 39 | AD | 46 | 43 | 0 | 20 | EE | 36 | 2C |
| Octal | 64 | 71 | 255 | 106 | 103 | 0 | 40 | 356 | 66 | 54 |
| Binary | 110100 | 111001 | 10101101 | 1000110 | 1000011 | 0 | 100000 | 11101110 | 110110 | 101100 |
Color Harmonies of #3439AD
Complementary color
Monochromatic Colors of #3439AD
Black with #3439AD
Text Example
Text Example
White with #3439AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439AD; }
p { color: rgb(52,57,173); }
H1.HeaderClassName
{
color: #3439AD;
}
.AnyTagClassName
{
color: #3439AD;
}
</style>
background-color css
<style>
a { background-color: #3439AD; }
a { background-color: rgb(52,57,173); }
div.DivClassName
{
background-color: #3439AD;
}
.BgClassName
{
background-color: #3439AD;
}
</style>
border-color css
<style>
span { border-color: #3439AD; }
span { border-color: rgb(52,57,173); }
td.TdClassName
{
border-color: #3439AD;
}
.TagClassName
{
border-color: #3439AD;
}
</style>