Shades of Persian Blue #3426B9
Tints of Persian Blue #3426B9
RGB
CMYK
RGB Variations
Color information
#3426B9 (or 0x3426B9) is known color: Persian Blue. HEX triplet: 34, 26 and B9. RGB value is (52,38,185). Sum of RGB (Red+Green+Blue) = 52+38+185=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #3426B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426B9 is #CBD946. Grayscale: #3A3A3A. Windows color (decimal): -13359431 or 12133940. OLE color: 12133940.
HSL color Cylindrical-coordinate representation of color #3426B9: hue angle of 245.71º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3426B9 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 38 | 185 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.27 |
| HSL | 245.71º | 0.66% | 0.44% | - |
| HSV(B) | 245.71º | 0.79% | 0.73% | - |
| XYZ | 10.87 | 5.62 | 46.41 | - |
| YUV | 58.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 185 | 0.72 | 0.79 | 0 | 0.27 | 245.71 | 0.66 | 0.44 |
| Hex | 34 | 26 | B9 | 48 | 4F | 0 | 1B | F6 | 42 | 2C |
| Octal | 64 | 46 | 271 | 110 | 117 | 0 | 33 | 366 | 102 | 54 |
| Binary | 110100 | 100110 | 10111001 | 1001000 | 1001111 | 0 | 11011 | 11110110 | 1000010 | 101100 |
Color Harmonies of #3426B9
Complementary color
Monochromatic Colors of #3426B9
Black with #3426B9
Text Example
Text Example
White with #3426B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426B9; }
p { color: rgb(52,38,185); }
H1.HeaderClassName
{
color: #3426B9;
}
.AnyTagClassName
{
color: #3426B9;
}
</style>
background-color css
<style>
a { background-color: #3426B9; }
a { background-color: rgb(52,38,185); }
div.DivClassName
{
background-color: #3426B9;
}
.BgClassName
{
background-color: #3426B9;
}
</style>
border-color css
<style>
span { border-color: #3426B9; }
span { border-color: rgb(52,38,185); }
td.TdClassName
{
border-color: #3426B9;
}
.TagClassName
{
border-color: #3426B9;
}
</style>