Shades of Persian Blue #3633AC
Tints of Persian Blue #3633AC
RGB
CMYK
RGB Variations
Color information
#3633AC (or 0x3633AC) is known color: Persian Blue. HEX triplet: 36, 33 and AC. RGB value is (54,51,172). Sum of RGB (Red+Green+Blue) = 54+51+172=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3633AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3633AC is #C9CC53. Grayscale: #414141. Windows color (decimal): -13225044 or 11285302. OLE color: 11285302.
HSL color Cylindrical-coordinate representation of color #3633AC: hue angle of 241.49º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3633AC is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 51 | 172 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.33 |
| HSL | 241.49º | 0.54% | 0.44% | - |
| HSV(B) | 241.49º | 0.7% | 0.67% | - |
| XYZ | 10.15 | 6.13 | 39.68 | - |
| YUV | 65.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 172 | 0.69 | 0.70 | 0 | 0.33 | 241.49 | 0.54 | 0.44 |
| Hex | 36 | 33 | AC | 45 | 46 | 0 | 21 | F1 | 36 | 2C |
| Octal | 66 | 63 | 254 | 105 | 106 | 0 | 41 | 361 | 66 | 54 |
| Binary | 110110 | 110011 | 10101100 | 1000101 | 1000110 | 0 | 100001 | 11110001 | 110110 | 101100 |
Color Harmonies of #3633AC
Complementary color
Monochromatic Colors of #3633AC
Black with #3633AC
Text Example
Text Example
White with #3633AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3633AC; }
p { color: rgb(54,51,172); }
H1.HeaderClassName
{
color: #3633AC;
}
.AnyTagClassName
{
color: #3633AC;
}
</style>
background-color css
<style>
a { background-color: #3633AC; }
a { background-color: rgb(54,51,172); }
div.DivClassName
{
background-color: #3633AC;
}
.BgClassName
{
background-color: #3633AC;
}
</style>
border-color css
<style>
span { border-color: #3633AC; }
span { border-color: rgb(54,51,172); }
td.TdClassName
{
border-color: #3633AC;
}
.TagClassName
{
border-color: #3633AC;
}
</style>