Shades of Persian Blue #3438A7
Tints of Persian Blue #3438A7
RGB
CMYK
RGB Variations
Color information
#3438A7 (or 0x3438A7) is known color: Persian Blue. HEX triplet: 34, 38 and A7. RGB value is (52,56,167). Sum of RGB (Red+Green+Blue) = 52+56+167=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #3438A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3438A7 is #CBC758. Grayscale: #434343. Windows color (decimal): -13354841 or 10958900. OLE color: 10958900.
HSL color Cylindrical-coordinate representation of color #3438A7: hue angle of 237.91º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3438A7 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 56 | 167 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.35 |
| HSL | 237.91º | 0.53% | 0.43% | - |
| HSV(B) | 237.91º | 0.69% | 0.65% | - |
| XYZ | 9.81 | 6.35 | 37.27 | - |
| YUV | 67.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 167 | 0.69 | 0.66 | 0 | 0.35 | 237.91 | 0.53 | 0.43 |
| Hex | 34 | 38 | A7 | 45 | 42 | 0 | 23 | EE | 35 | 2B |
| Octal | 64 | 70 | 247 | 105 | 102 | 0 | 43 | 356 | 65 | 53 |
| Binary | 110100 | 111000 | 10100111 | 1000101 | 1000010 | 0 | 100011 | 11101110 | 110101 | 101011 |
Color Harmonies of #3438A7
Complementary color
Monochromatic Colors of #3438A7
Black with #3438A7
Text Example
Text Example
White with #3438A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438A7; }
p { color: rgb(52,56,167); }
H1.HeaderClassName
{
color: #3438A7;
}
.AnyTagClassName
{
color: #3438A7;
}
</style>
background-color css
<style>
a { background-color: #3438A7; }
a { background-color: rgb(52,56,167); }
div.DivClassName
{
background-color: #3438A7;
}
.BgClassName
{
background-color: #3438A7;
}
</style>
border-color css
<style>
span { border-color: #3438A7; }
span { border-color: rgb(52,56,167); }
td.TdClassName
{
border-color: #3438A7;
}
.TagClassName
{
border-color: #3438A7;
}
</style>