Shades of Persian Blue #363FB0
Tints of Persian Blue #363FB0
RGB
CMYK
RGB Variations
Color information
#363FB0 (or 0x363FB0) is known color: Persian Blue. HEX triplet: 36, 3F and B0. RGB value is (54,63,176). Sum of RGB (Red+Green+Blue) = 54+63+176=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #363FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FB0 is #C9C04F. Grayscale: #484848. Windows color (decimal): -13221968 or 11550518. OLE color: 11550518.
HSL color Cylindrical-coordinate representation of color #363FB0: hue angle of 235.57º 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 #363FB0 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 63 | 176 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.31 |
| HSL | 235.57º | 0.53% | 0.45% | - |
| HSV(B) | 235.57º | 0.69% | 0.69% | - |
| XYZ | 11.14 | 7.47 | 41.93 | - |
| YUV | 73.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 176 | 0.69 | 0.64 | 0 | 0.31 | 235.57 | 0.53 | 0.45 |
| Hex | 36 | 3F | B0 | 45 | 40 | 0 | 1F | EC | 35 | 2D |
| Octal | 66 | 77 | 260 | 105 | 100 | 0 | 37 | 354 | 65 | 55 |
| Binary | 110110 | 111111 | 10110000 | 1000101 | 1000000 | 0 | 11111 | 11101100 | 110101 | 101101 |
Color Harmonies of #363FB0
Complementary color
Monochromatic Colors of #363FB0
Black with #363FB0
Text Example
Text Example
White with #363FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FB0; }
p { color: rgb(54,63,176); }
H1.HeaderClassName
{
color: #363FB0;
}
.AnyTagClassName
{
color: #363FB0;
}
</style>
background-color css
<style>
a { background-color: #363FB0; }
a { background-color: rgb(54,63,176); }
div.DivClassName
{
background-color: #363FB0;
}
.BgClassName
{
background-color: #363FB0;
}
</style>
border-color css
<style>
span { border-color: #363FB0; }
span { border-color: rgb(54,63,176); }
td.TdClassName
{
border-color: #363FB0;
}
.TagClassName
{
border-color: #363FB0;
}
</style>