Shades of Persian Blue #3635BD
Tints of Persian Blue #3635BD
RGB
CMYK
RGB Variations
Color information
#3635BD (or 0x3635BD) is known color: Persian Blue. HEX triplet: 36, 35 and BD. RGB value is (54,53,189). Sum of RGB (Red+Green+Blue) = 54+53+189=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #3635BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3635BD is #C9CA42. Grayscale: #444444. Windows color (decimal): -13224515 or 12399926. OLE color: 12399926.
HSL color Cylindrical-coordinate representation of color #3635BD: hue angle of 240.44º degrees, saturation: 0.56, 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 #3635BD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 53 | 189 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.26 |
| HSL | 240.44º | 0.56% | 0.47% | - |
| HSV(B) | 240.44º | 0.72% | 0.74% | - |
| XYZ | 11.98 | 7 | 48.86 | - |
| YUV | 68.8 | 195.83 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 189 | 0.71 | 0.72 | 0 | 0.26 | 240.44 | 0.56 | 0.47 |
| Hex | 36 | 35 | BD | 47 | 48 | 0 | 1A | F0 | 38 | 2F |
| Octal | 66 | 65 | 275 | 107 | 110 | 0 | 32 | 360 | 70 | 57 |
| Binary | 110110 | 110101 | 10111101 | 1000111 | 1001000 | 0 | 11010 | 11110000 | 111000 | 101111 |
Color Harmonies of #3635BD
Complementary color
Monochromatic Colors of #3635BD
Black with #3635BD
Text Example
Text Example
White with #3635BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635BD; }
p { color: rgb(54,53,189); }
H1.HeaderClassName
{
color: #3635BD;
}
.AnyTagClassName
{
color: #3635BD;
}
</style>
background-color css
<style>
a { background-color: #3635BD; }
a { background-color: rgb(54,53,189); }
div.DivClassName
{
background-color: #3635BD;
}
.BgClassName
{
background-color: #3635BD;
}
</style>
border-color css
<style>
span { border-color: #3635BD; }
span { border-color: rgb(54,53,189); }
td.TdClassName
{
border-color: #3635BD;
}
.TagClassName
{
border-color: #3635BD;
}
</style>