Shades of Persian Blue #363BAE
Tints of Persian Blue #363BAE
RGB
CMYK
RGB Variations
Color information
#363BAE (or 0x363BAE) is known color: Persian Blue. HEX triplet: 36, 3B and AE. RGB value is (54,59,174). Sum of RGB (Red+Green+Blue) = 54+59+174=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #363BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAE is #C9C451. Grayscale: #464646. Windows color (decimal): -13222994 or 11418422. OLE color: 11418422.
HSL color Cylindrical-coordinate representation of color #363BAE: hue angle of 237.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363BAE is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 59 | 174 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.32 |
| HSL | 237.5º | 0.53% | 0.45% | - |
| HSV(B) | 237.5º | 0.69% | 0.68% | - |
| XYZ | 10.73 | 6.97 | 40.82 | - |
| YUV | 70.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 174 | 0.69 | 0.66 | 0 | 0.32 | 237.5 | 0.53 | 0.45 |
| Hex | 36 | 3B | AE | 45 | 42 | 0 | 20 | EE | 35 | 2D |
| Octal | 66 | 73 | 256 | 105 | 102 | 0 | 40 | 356 | 65 | 55 |
| Binary | 110110 | 111011 | 10101110 | 1000101 | 1000010 | 0 | 100000 | 11101110 | 110101 | 101101 |
Color Harmonies of #363BAE
Complementary color
Monochromatic Colors of #363BAE
Black with #363BAE
Text Example
Text Example
White with #363BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BAE; }
p { color: rgb(54,59,174); }
H1.HeaderClassName
{
color: #363BAE;
}
.AnyTagClassName
{
color: #363BAE;
}
</style>
background-color css
<style>
a { background-color: #363BAE; }
a { background-color: rgb(54,59,174); }
div.DivClassName
{
background-color: #363BAE;
}
.BgClassName
{
background-color: #363BAE;
}
</style>
border-color css
<style>
span { border-color: #363BAE; }
span { border-color: rgb(54,59,174); }
td.TdClassName
{
border-color: #363BAE;
}
.TagClassName
{
border-color: #363BAE;
}
</style>