Shades of Persian Blue #3436CF
Tints of Persian Blue #3436CF
RGB
CMYK
RGB Variations
Color information
#3436CF (or 0x3436CF) is known color: Persian Blue. HEX triplet: 34, 36 and CF. RGB value is (52,54,207). Sum of RGB (Red+Green+Blue) = 52+54+207=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3436CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436CF is #CBC930. Grayscale: #464646. Windows color (decimal): -13355313 or 13579828. OLE color: 13579828.
HSL color Cylindrical-coordinate representation of color #3436CF: hue angle of 239.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3436CF is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 54 | 207 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.19 |
| HSL | 239.23º | 0.62% | 0.51% | - |
| HSV(B) | 239.23º | 0.75% | 0.81% | - |
| XYZ | 14 | 7.87 | 59.81 | - |
| YUV | 70.84 | 204.84 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 207 | 0.75 | 0.74 | 0 | 0.19 | 239.23 | 0.62 | 0.51 |
| Hex | 34 | 36 | CF | 4B | 4A | 0 | 13 | EF | 3E | 33 |
| Octal | 64 | 66 | 317 | 113 | 112 | 0 | 23 | 357 | 76 | 63 |
| Binary | 110100 | 110110 | 11001111 | 1001011 | 1001010 | 0 | 10011 | 11101111 | 111110 | 110011 |
Color Harmonies of #3436CF
Complementary color
Monochromatic Colors of #3436CF
Black with #3436CF
Text Example
Text Example
White with #3436CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3436CF; }
p { color: rgb(52,54,207); }
H1.HeaderClassName
{
color: #3436CF;
}
.AnyTagClassName
{
color: #3436CF;
}
</style>
background-color css
<style>
a { background-color: #3436CF; }
a { background-color: rgb(52,54,207); }
div.DivClassName
{
background-color: #3436CF;
}
.BgClassName
{
background-color: #3436CF;
}
</style>
border-color css
<style>
span { border-color: #3436CF; }
span { border-color: rgb(52,54,207); }
td.TdClassName
{
border-color: #3436CF;
}
.TagClassName
{
border-color: #3436CF;
}
</style>