Shades of Persian Blue #363EB1
Tints of Persian Blue #363EB1
RGB
CMYK
RGB Variations
Color information
#363EB1 (or 0x363EB1) is known color: Persian Blue. HEX triplet: 36, 3E and B1. RGB value is (54,62,177). Sum of RGB (Red+Green+Blue) = 54+62+177=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #363EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EB1 is #C9C14E. Grayscale: #484848. Windows color (decimal): -13222223 or 11615798. OLE color: 11615798.
HSL color Cylindrical-coordinate representation of color #363EB1: hue angle of 236.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363EB1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 62 | 177 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.31 |
| HSL | 236.1º | 0.53% | 0.45% | - |
| HSV(B) | 236.1º | 0.69% | 0.69% | - |
| XYZ | 11.18 | 7.4 | 42.43 | - |
| YUV | 72.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 177 | 0.69 | 0.65 | 0 | 0.31 | 236.1 | 0.53 | 0.45 |
| Hex | 36 | 3E | B1 | 45 | 41 | 0 | 1F | EC | 35 | 2D |
| Octal | 66 | 76 | 261 | 105 | 101 | 0 | 37 | 354 | 65 | 55 |
| Binary | 110110 | 111110 | 10110001 | 1000101 | 1000001 | 0 | 11111 | 11101100 | 110101 | 101101 |
Color Harmonies of #363EB1
Complementary color
Monochromatic Colors of #363EB1
Black with #363EB1
Text Example
Text Example
White with #363EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EB1; }
p { color: rgb(54,62,177); }
H1.HeaderClassName
{
color: #363EB1;
}
.AnyTagClassName
{
color: #363EB1;
}
</style>
background-color css
<style>
a { background-color: #363EB1; }
a { background-color: rgb(54,62,177); }
div.DivClassName
{
background-color: #363EB1;
}
.BgClassName
{
background-color: #363EB1;
}
</style>
border-color css
<style>
span { border-color: #363EB1; }
span { border-color: rgb(54,62,177); }
td.TdClassName
{
border-color: #363EB1;
}
.TagClassName
{
border-color: #363EB1;
}
</style>