Shades of Persian Blue #3631AB
Tints of Persian Blue #3631AB
RGB
CMYK
RGB Variations
Color information
#3631AB (or 0x3631AB) is known color: Persian Blue. HEX triplet: 36, 31 and AB. RGB value is (54,49,171). Sum of RGB (Red+Green+Blue) = 54+49+171=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #3631AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3631AB is #C9CE54. Grayscale: #3F3F3F. Windows color (decimal): -13225557 or 11219254. OLE color: 11219254.
HSL color Cylindrical-coordinate representation of color #3631AB: hue angle of 242.46º 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 #3631AB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 49 | 171 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.33 |
| HSL | 242.46º | 0.55% | 0.43% | - |
| HSV(B) | 242.46º | 0.71% | 0.67% | - |
| XYZ | 9.97 | 5.92 | 39.15 | - |
| YUV | 64.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 171 | 0.68 | 0.71 | 0 | 0.33 | 242.46 | 0.55 | 0.43 |
| Hex | 36 | 31 | AB | 44 | 47 | 0 | 21 | F2 | 37 | 2B |
| Octal | 66 | 61 | 253 | 104 | 107 | 0 | 41 | 362 | 67 | 53 |
| Binary | 110110 | 110001 | 10101011 | 1000100 | 1000111 | 0 | 100001 | 11110010 | 110111 | 101011 |
Color Harmonies of #3631AB
Complementary color
Monochromatic Colors of #3631AB
Black with #3631AB
Text Example
Text Example
White with #3631AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3631AB; }
p { color: rgb(54,49,171); }
H1.HeaderClassName
{
color: #3631AB;
}
.AnyTagClassName
{
color: #3631AB;
}
</style>
background-color css
<style>
a { background-color: #3631AB; }
a { background-color: rgb(54,49,171); }
div.DivClassName
{
background-color: #3631AB;
}
.BgClassName
{
background-color: #3631AB;
}
</style>
border-color css
<style>
span { border-color: #3631AB; }
span { border-color: rgb(54,49,171); }
td.TdClassName
{
border-color: #3631AB;
}
.TagClassName
{
border-color: #3631AB;
}
</style>