Shades of Persian Blue #363CAC
Tints of Persian Blue #363CAC
RGB
CMYK
RGB Variations
Color information
#363CAC (or 0x363CAC) is known color: Persian Blue. HEX triplet: 36, 3C and AC. RGB value is (54,60,172). Sum of RGB (Red+Green+Blue) = 54+60+172=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #363CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CAC is #C9C353. Grayscale: #464646. Windows color (decimal): -13222740 or 11287606. OLE color: 11287606.
HSL color Cylindrical-coordinate representation of color #363CAC: hue angle of 236.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363CAC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 60 | 172 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.33 |
| HSL | 236.95º | 0.52% | 0.44% | - |
| HSV(B) | 236.95º | 0.69% | 0.67% | - |
| XYZ | 10.58 | 6.99 | 39.82 | - |
| YUV | 70.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 172 | 0.69 | 0.65 | 0 | 0.33 | 236.95 | 0.52 | 0.44 |
| Hex | 36 | 3C | AC | 45 | 41 | 0 | 21 | ED | 34 | 2C |
| Octal | 66 | 74 | 254 | 105 | 101 | 0 | 41 | 355 | 64 | 54 |
| Binary | 110110 | 111100 | 10101100 | 1000101 | 1000001 | 0 | 100001 | 11101101 | 110100 | 101100 |
Color Harmonies of #363CAC
Complementary color
Monochromatic Colors of #363CAC
Black with #363CAC
Text Example
Text Example
White with #363CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CAC; }
p { color: rgb(54,60,172); }
H1.HeaderClassName
{
color: #363CAC;
}
.AnyTagClassName
{
color: #363CAC;
}
</style>
background-color css
<style>
a { background-color: #363CAC; }
a { background-color: rgb(54,60,172); }
div.DivClassName
{
background-color: #363CAC;
}
.BgClassName
{
background-color: #363CAC;
}
</style>
border-color css
<style>
span { border-color: #363CAC; }
span { border-color: rgb(54,60,172); }
td.TdClassName
{
border-color: #363CAC;
}
.TagClassName
{
border-color: #363CAC;
}
</style>