Shades of Persian Blue #3635BC
Tints of Persian Blue #3635BC
RGB
CMYK
RGB Variations
Color information
#3635BC (or 0x3635BC) is known color: Persian Blue. HEX triplet: 36, 35 and BC. RGB value is (54,53,188). Sum of RGB (Red+Green+Blue) = 54+53+188=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #3635BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3635BC is #C9CA43. Grayscale: #444444. Windows color (decimal): -13224516 or 12334390. OLE color: 12334390.
HSL color Cylindrical-coordinate representation of color #3635BC: 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 #3635BC is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 53 | 188 | - |
| 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.87 | 6.96 | 48.29 | - |
| YUV | 68.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 188 | 0.71 | 0.72 | 0 | 0.26 | 240.44 | 0.56 | 0.47 |
| Hex | 36 | 35 | BC | 47 | 48 | 0 | 1A | F0 | 38 | 2F |
| Octal | 66 | 65 | 274 | 107 | 110 | 0 | 32 | 360 | 70 | 57 |
| Binary | 110110 | 110101 | 10111100 | 1000111 | 1001000 | 0 | 11010 | 11110000 | 111000 | 101111 |
Color Harmonies of #3635BC
Complementary color
Monochromatic Colors of #3635BC
Black with #3635BC
Text Example
Text Example
White with #3635BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3635BC; }
p { color: rgb(54,53,188); }
H1.HeaderClassName
{
color: #3635BC;
}
.AnyTagClassName
{
color: #3635BC;
}
</style>
background-color css
<style>
a { background-color: #3635BC; }
a { background-color: rgb(54,53,188); }
div.DivClassName
{
background-color: #3635BC;
}
.BgClassName
{
background-color: #3635BC;
}
</style>
border-color css
<style>
span { border-color: #3635BC; }
span { border-color: rgb(54,53,188); }
td.TdClassName
{
border-color: #3635BC;
}
.TagClassName
{
border-color: #3635BC;
}
</style>