Shades of Persian Blue #363CBA
Tints of Persian Blue #363CBA
RGB
CMYK
RGB Variations
Color information
#363CBA (or 0x363CBA) is known color: Persian Blue. HEX triplet: 36, 3C and BA. RGB value is (54,60,186). Sum of RGB (Red+Green+Blue) = 54+60+186=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #363CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CBA is #C9C345. Grayscale: #484848. Windows color (decimal): -13222726 or 12205110. OLE color: 12205110.
HSL color Cylindrical-coordinate representation of color #363CBA: hue angle of 237.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363CBA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 60 | 186 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.27 |
| HSL | 237.27º | 0.55% | 0.47% | - |
| HSV(B) | 237.27º | 0.71% | 0.73% | - |
| XYZ | 12 | 7.56 | 47.28 | - |
| YUV | 72.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 186 | 0.71 | 0.68 | 0 | 0.27 | 237.27 | 0.55 | 0.47 |
| Hex | 36 | 3C | BA | 47 | 44 | 0 | 1B | ED | 37 | 2F |
| Octal | 66 | 74 | 272 | 107 | 104 | 0 | 33 | 355 | 67 | 57 |
| Binary | 110110 | 111100 | 10111010 | 1000111 | 1000100 | 0 | 11011 | 11101101 | 110111 | 101111 |
Color Harmonies of #363CBA
Complementary color
Monochromatic Colors of #363CBA
Black with #363CBA
Text Example
Text Example
White with #363CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CBA; }
p { color: rgb(54,60,186); }
H1.HeaderClassName
{
color: #363CBA;
}
.AnyTagClassName
{
color: #363CBA;
}
</style>
background-color css
<style>
a { background-color: #363CBA; }
a { background-color: rgb(54,60,186); }
div.DivClassName
{
background-color: #363CBA;
}
.BgClassName
{
background-color: #363CBA;
}
</style>
border-color css
<style>
span { border-color: #363CBA; }
span { border-color: rgb(54,60,186); }
td.TdClassName
{
border-color: #363CBA;
}
.TagClassName
{
border-color: #363CBA;
}
</style>