Shades of Persian Blue #3632BB
Tints of Persian Blue #3632BB
RGB
CMYK
RGB Variations
Color information
#3632BB (or 0x3632BB) is known color: Persian Blue. HEX triplet: 36, 32 and BB. RGB value is (54,50,187). Sum of RGB (Red+Green+Blue) = 54+50+187=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3632BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3632BB is #C9CD44. Grayscale: #424242. Windows color (decimal): -13225285 or 12268086. OLE color: 12268086.
HSL color Cylindrical-coordinate representation of color #3632BB: hue angle of 241.75º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3632BB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 50 | 187 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.27 |
| HSL | 241.75º | 0.58% | 0.46% | - |
| HSV(B) | 241.75º | 0.73% | 0.73% | - |
| XYZ | 11.63 | 6.65 | 47.68 | - |
| YUV | 66.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 187 | 0.71 | 0.73 | 0 | 0.27 | 241.75 | 0.58 | 0.46 |
| Hex | 36 | 32 | BB | 47 | 49 | 0 | 1B | F2 | 3A | 2E |
| Octal | 66 | 62 | 273 | 107 | 111 | 0 | 33 | 362 | 72 | 56 |
| Binary | 110110 | 110010 | 10111011 | 1000111 | 1001001 | 0 | 11011 | 11110010 | 111010 | 101110 |
Color Harmonies of #3632BB
Complementary color
Monochromatic Colors of #3632BB
Black with #3632BB
Text Example
Text Example
White with #3632BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3632BB; }
p { color: rgb(54,50,187); }
H1.HeaderClassName
{
color: #3632BB;
}
.AnyTagClassName
{
color: #3632BB;
}
</style>
background-color css
<style>
a { background-color: #3632BB; }
a { background-color: rgb(54,50,187); }
div.DivClassName
{
background-color: #3632BB;
}
.BgClassName
{
background-color: #3632BB;
}
</style>
border-color css
<style>
span { border-color: #3632BB; }
span { border-color: rgb(54,50,187); }
td.TdClassName
{
border-color: #3632BB;
}
.TagClassName
{
border-color: #3632BB;
}
</style>