Shades of Persian Blue #3438AD
Tints of Persian Blue #3438AD
RGB
CMYK
RGB Variations
Color information
#3438AD (or 0x3438AD) is known color: Persian Blue. HEX triplet: 34, 38 and AD. RGB value is (52,56,173). Sum of RGB (Red+Green+Blue) = 52+56+173=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3438AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3438AD is #CBC752. Grayscale: #434343. Windows color (decimal): -13354835 or 11352116. OLE color: 11352116.
HSL color Cylindrical-coordinate representation of color #3438AD: hue angle of 238.02º 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 #3438AD is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 56 | 173 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.32 |
| HSL | 238.02º | 0.54% | 0.44% | - |
| HSV(B) | 238.02º | 0.7% | 0.68% | - |
| XYZ | 10.37 | 6.58 | 40.26 | - |
| YUV | 68.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 173 | 0.70 | 0.68 | 0 | 0.32 | 238.02 | 0.54 | 0.44 |
| Hex | 34 | 38 | AD | 46 | 44 | 0 | 20 | EE | 36 | 2C |
| Octal | 64 | 70 | 255 | 106 | 104 | 0 | 40 | 356 | 66 | 54 |
| Binary | 110100 | 111000 | 10101101 | 1000110 | 1000100 | 0 | 100000 | 11101110 | 110110 | 101100 |
Color Harmonies of #3438AD
Complementary color
Monochromatic Colors of #3438AD
Black with #3438AD
Text Example
Text Example
White with #3438AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438AD; }
p { color: rgb(52,56,173); }
H1.HeaderClassName
{
color: #3438AD;
}
.AnyTagClassName
{
color: #3438AD;
}
</style>
background-color css
<style>
a { background-color: #3438AD; }
a { background-color: rgb(52,56,173); }
div.DivClassName
{
background-color: #3438AD;
}
.BgClassName
{
background-color: #3438AD;
}
</style>
border-color css
<style>
span { border-color: #3438AD; }
span { border-color: rgb(52,56,173); }
td.TdClassName
{
border-color: #3438AD;
}
.TagClassName
{
border-color: #3438AD;
}
</style>