Shades of Persian Blue #3637B1
Tints of Persian Blue #3637B1
RGB
CMYK
RGB Variations
Color information
#3637B1 (or 0x3637B1) is known color: Persian Blue. HEX triplet: 36, 37 and B1. RGB value is (54,55,177). Sum of RGB (Red+Green+Blue) = 54+55+177=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #3637B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3637B1 is #C9C84E. Grayscale: #444444. Windows color (decimal): -13224015 or 11614006. OLE color: 11614006.
HSL color Cylindrical-coordinate representation of color #3637B1: hue angle of 239.51º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3637B1 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 55 | 177 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.31 |
| HSL | 239.51º | 0.53% | 0.45% | - |
| HSV(B) | 239.51º | 0.69% | 0.69% | - |
| XYZ | 10.82 | 6.69 | 42.32 | - |
| YUV | 68.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 177 | 0.69 | 0.69 | 0 | 0.31 | 239.51 | 0.53 | 0.45 |
| Hex | 36 | 37 | B1 | 45 | 45 | 0 | 1F | F0 | 35 | 2D |
| Octal | 66 | 67 | 261 | 105 | 105 | 0 | 37 | 360 | 65 | 55 |
| Binary | 110110 | 110111 | 10110001 | 1000101 | 1000101 | 0 | 11111 | 11110000 | 110101 | 101101 |
Color Harmonies of #3637B1
Complementary color
Monochromatic Colors of #3637B1
Black with #3637B1
Text Example
Text Example
White with #3637B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3637B1; }
p { color: rgb(54,55,177); }
H1.HeaderClassName
{
color: #3637B1;
}
.AnyTagClassName
{
color: #3637B1;
}
</style>
background-color css
<style>
a { background-color: #3637B1; }
a { background-color: rgb(54,55,177); }
div.DivClassName
{
background-color: #3637B1;
}
.BgClassName
{
background-color: #3637B1;
}
</style>
border-color css
<style>
span { border-color: #3637B1; }
span { border-color: rgb(54,55,177); }
td.TdClassName
{
border-color: #3637B1;
}
.TagClassName
{
border-color: #3637B1;
}
</style>