Shades of Persian Blue #363CC0
Tints of Persian Blue #363CC0
RGB
CMYK
RGB Variations
Color information
#363CC0 (or 0x363CC0) is known color: Persian Blue. HEX triplet: 36, 3C and C0. RGB value is (54,60,192). Sum of RGB (Red+Green+Blue) = 54+60+192=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #363CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CC0 is #C9C33F. Grayscale: #484848. Windows color (decimal): -13222720 or 12598326. OLE color: 12598326.
HSL color Cylindrical-coordinate representation of color #363CC0: hue angle of 237.39º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363CC0 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 60 | 192 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.25 |
| HSL | 237.39º | 0.56% | 0.48% | - |
| HSV(B) | 237.39º | 0.72% | 0.75% | - |
| XYZ | 12.65 | 7.82 | 50.71 | - |
| YUV | 73.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 192 | 0.72 | 0.69 | 0 | 0.25 | 237.39 | 0.56 | 0.48 |
| Hex | 36 | 3C | C0 | 48 | 45 | 0 | 19 | ED | 38 | 30 |
| Octal | 66 | 74 | 300 | 110 | 105 | 0 | 31 | 355 | 70 | 60 |
| Binary | 110110 | 111100 | 11000000 | 1001000 | 1000101 | 0 | 11001 | 11101101 | 111000 | 110000 |
Color Harmonies of #363CC0
Complementary color
Monochromatic Colors of #363CC0
Black with #363CC0
Text Example
Text Example
White with #363CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CC0; }
p { color: rgb(54,60,192); }
H1.HeaderClassName
{
color: #363CC0;
}
.AnyTagClassName
{
color: #363CC0;
}
</style>
background-color css
<style>
a { background-color: #363CC0; }
a { background-color: rgb(54,60,192); }
div.DivClassName
{
background-color: #363CC0;
}
.BgClassName
{
background-color: #363CC0;
}
</style>
border-color css
<style>
span { border-color: #363CC0; }
span { border-color: rgb(54,60,192); }
td.TdClassName
{
border-color: #363CC0;
}
.TagClassName
{
border-color: #363CC0;
}
</style>