Shades of Persian Blue #363CB5
Tints of Persian Blue #363CB5
RGB
CMYK
RGB Variations
Color information
#363CB5 (or 0x363CB5) is known color: Persian Blue. HEX triplet: 36, 3C and B5. RGB value is (54,60,181). Sum of RGB (Red+Green+Blue) = 54+60+181=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #363CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CB5 is #C9C34A. Grayscale: #474747. Windows color (decimal): -13222731 or 11877430. OLE color: 11877430.
HSL color Cylindrical-coordinate representation of color #363CB5: hue angle of 237.17º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363CB5 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 60 | 181 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.29 |
| HSL | 237.17º | 0.54% | 0.46% | - |
| HSV(B) | 237.17º | 0.7% | 0.71% | - |
| XYZ | 11.48 | 7.35 | 44.53 | - |
| YUV | 72 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 181 | 0.70 | 0.67 | 0 | 0.29 | 237.17 | 0.54 | 0.46 |
| Hex | 36 | 3C | B5 | 46 | 43 | 0 | 1D | ED | 36 | 2E |
| Octal | 66 | 74 | 265 | 106 | 103 | 0 | 35 | 355 | 66 | 56 |
| Binary | 110110 | 111100 | 10110101 | 1000110 | 1000011 | 0 | 11101 | 11101101 | 110110 | 101110 |
Color Harmonies of #363CB5
Complementary color
Monochromatic Colors of #363CB5
Black with #363CB5
Text Example
Text Example
White with #363CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CB5; }
p { color: rgb(54,60,181); }
H1.HeaderClassName
{
color: #363CB5;
}
.AnyTagClassName
{
color: #363CB5;
}
</style>
background-color css
<style>
a { background-color: #363CB5; }
a { background-color: rgb(54,60,181); }
div.DivClassName
{
background-color: #363CB5;
}
.BgClassName
{
background-color: #363CB5;
}
</style>
border-color css
<style>
span { border-color: #363CB5; }
span { border-color: rgb(54,60,181); }
td.TdClassName
{
border-color: #363CB5;
}
.TagClassName
{
border-color: #363CB5;
}
</style>