Shades of Persian Blue #363CAD
Tints of Persian Blue #363CAD
RGB
CMYK
RGB Variations
Color information
#363CAD (or 0x363CAD) is known color: Persian Blue. HEX triplet: 36, 3C and AD. RGB value is (54,60,173). Sum of RGB (Red+Green+Blue) = 54+60+173=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #363CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CAD is #C9C352. Grayscale: #464646. Windows color (decimal): -13222739 or 11353142. OLE color: 11353142.
HSL color Cylindrical-coordinate representation of color #363CAD: hue angle of 236.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363CAD is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 60 | 173 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.32 |
| HSL | 236.97º | 0.52% | 0.45% | - |
| HSV(B) | 236.97º | 0.69% | 0.68% | - |
| XYZ | 10.68 | 7.03 | 40.33 | - |
| YUV | 71.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 173 | 0.69 | 0.65 | 0 | 0.32 | 236.97 | 0.52 | 0.45 |
| Hex | 36 | 3C | AD | 45 | 41 | 0 | 20 | ED | 34 | 2D |
| Octal | 66 | 74 | 255 | 105 | 101 | 0 | 40 | 355 | 64 | 55 |
| Binary | 110110 | 111100 | 10101101 | 1000101 | 1000001 | 0 | 100000 | 11101101 | 110100 | 101101 |
Color Harmonies of #363CAD
Complementary color
Monochromatic Colors of #363CAD
Black with #363CAD
Text Example
Text Example
White with #363CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CAD; }
p { color: rgb(54,60,173); }
H1.HeaderClassName
{
color: #363CAD;
}
.AnyTagClassName
{
color: #363CAD;
}
</style>
background-color css
<style>
a { background-color: #363CAD; }
a { background-color: rgb(54,60,173); }
div.DivClassName
{
background-color: #363CAD;
}
.BgClassName
{
background-color: #363CAD;
}
</style>
border-color css
<style>
span { border-color: #363CAD; }
span { border-color: rgb(54,60,173); }
td.TdClassName
{
border-color: #363CAD;
}
.TagClassName
{
border-color: #363CAD;
}
</style>