Shades of Persian Blue #3436BD
Tints of Persian Blue #3436BD
RGB
CMYK
RGB Variations
Color information
#3436BD (or 0x3436BD) is known color: Persian Blue. HEX triplet: 34, 36 and BD. RGB value is (52,54,189). Sum of RGB (Red+Green+Blue) = 52+54+189=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #3436BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436BD is #CBC942. Grayscale: #444444. Windows color (decimal): -13355331 or 12400180. OLE color: 12400180.
HSL color Cylindrical-coordinate representation of color #3436BD: hue angle of 239.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3436BD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 54 | 189 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.26 |
| HSL | 239.12º | 0.57% | 0.47% | - |
| HSV(B) | 239.12º | 0.72% | 0.74% | - |
| XYZ | 11.92 | 7.04 | 48.88 | - |
| YUV | 68.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 189 | 0.72 | 0.71 | 0 | 0.26 | 239.12 | 0.57 | 0.47 |
| Hex | 34 | 36 | BD | 48 | 47 | 0 | 1A | EF | 39 | 2F |
| Octal | 64 | 66 | 275 | 110 | 107 | 0 | 32 | 357 | 71 | 57 |
| Binary | 110100 | 110110 | 10111101 | 1001000 | 1000111 | 0 | 11010 | 11101111 | 111001 | 101111 |
Color Harmonies of #3436BD
Complementary color
Monochromatic Colors of #3436BD
Black with #3436BD
Text Example
Text Example
White with #3436BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3436BD; }
p { color: rgb(52,54,189); }
H1.HeaderClassName
{
color: #3436BD;
}
.AnyTagClassName
{
color: #3436BD;
}
</style>
background-color css
<style>
a { background-color: #3436BD; }
a { background-color: rgb(52,54,189); }
div.DivClassName
{
background-color: #3436BD;
}
.BgClassName
{
background-color: #3436BD;
}
</style>
border-color css
<style>
span { border-color: #3436BD; }
span { border-color: rgb(52,54,189); }
td.TdClassName
{
border-color: #3436BD;
}
.TagClassName
{
border-color: #3436BD;
}
</style>