Shades of Persian Blue #363CC1
Tints of Persian Blue #363CC1
RGB
CMYK
RGB Variations
Color information
#363CC1 (or 0x363CC1) is known color: Persian Blue. HEX triplet: 36, 3C and C1. RGB value is (54,60,193). Sum of RGB (Red+Green+Blue) = 54+60+193=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #363CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CC1 is #C9C33E. Grayscale: #484848. Windows color (decimal): -13222719 or 12663862. OLE color: 12663862.
HSL color Cylindrical-coordinate representation of color #363CC1: hue angle of 237.41º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363CC1 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 60 | 193 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.24 |
| HSL | 237.41º | 0.56% | 0.48% | - |
| HSV(B) | 237.41º | 0.72% | 0.76% | - |
| XYZ | 12.76 | 7.87 | 51.3 | - |
| YUV | 73.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 193 | 0.72 | 0.69 | 0 | 0.24 | 237.41 | 0.56 | 0.48 |
| Hex | 36 | 3C | C1 | 48 | 45 | 0 | 18 | ED | 38 | 30 |
| Octal | 66 | 74 | 301 | 110 | 105 | 0 | 30 | 355 | 70 | 60 |
| Binary | 110110 | 111100 | 11000001 | 1001000 | 1000101 | 0 | 11000 | 11101101 | 111000 | 110000 |
Color Harmonies of #363CC1
Complementary color
Monochromatic Colors of #363CC1
Black with #363CC1
Text Example
Text Example
White with #363CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CC1; }
p { color: rgb(54,60,193); }
H1.HeaderClassName
{
color: #363CC1;
}
.AnyTagClassName
{
color: #363CC1;
}
</style>
background-color css
<style>
a { background-color: #363CC1; }
a { background-color: rgb(54,60,193); }
div.DivClassName
{
background-color: #363CC1;
}
.BgClassName
{
background-color: #363CC1;
}
</style>
border-color css
<style>
span { border-color: #363CC1; }
span { border-color: rgb(54,60,193); }
td.TdClassName
{
border-color: #363CC1;
}
.TagClassName
{
border-color: #363CC1;
}
</style>