Shades of Persian Blue #3632AB
Tints of Persian Blue #3632AB
RGB
CMYK
RGB Variations
Color information
#3632AB (or 0x3632AB) is known color: Persian Blue. HEX triplet: 36, 32 and AB. RGB value is (54,50,171). Sum of RGB (Red+Green+Blue) = 54+50+171=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3632AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3632AB is #C9CD54. Grayscale: #404040. Windows color (decimal): -13225301 or 11219510. OLE color: 11219510.
HSL color Cylindrical-coordinate representation of color #3632AB: hue angle of 241.98º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3632AB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 50 | 171 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.33 |
| HSL | 241.98º | 0.55% | 0.43% | - |
| HSV(B) | 241.98º | 0.71% | 0.67% | - |
| XYZ | 10.01 | 6.01 | 39.16 | - |
| YUV | 64.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 171 | 0.68 | 0.71 | 0 | 0.33 | 241.98 | 0.55 | 0.43 |
| Hex | 36 | 32 | AB | 44 | 47 | 0 | 21 | F2 | 37 | 2B |
| Octal | 66 | 62 | 253 | 104 | 107 | 0 | 41 | 362 | 67 | 53 |
| Binary | 110110 | 110010 | 10101011 | 1000100 | 1000111 | 0 | 100001 | 11110010 | 110111 | 101011 |
Color Harmonies of #3632AB
Complementary color
Monochromatic Colors of #3632AB
Black with #3632AB
Text Example
Text Example
White with #3632AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3632AB; }
p { color: rgb(54,50,171); }
H1.HeaderClassName
{
color: #3632AB;
}
.AnyTagClassName
{
color: #3632AB;
}
</style>
background-color css
<style>
a { background-color: #3632AB; }
a { background-color: rgb(54,50,171); }
div.DivClassName
{
background-color: #3632AB;
}
.BgClassName
{
background-color: #3632AB;
}
</style>
border-color css
<style>
span { border-color: #3632AB; }
span { border-color: rgb(54,50,171); }
td.TdClassName
{
border-color: #3632AB;
}
.TagClassName
{
border-color: #3632AB;
}
</style>