Shades of Persian Blue #363AB8
Tints of Persian Blue #363AB8
RGB
CMYK
RGB Variations
Color information
#363AB8 (or 0x363AB8) is known color: Persian Blue. HEX triplet: 36, 3A and B8. RGB value is (54,58,184). Sum of RGB (Red+Green+Blue) = 54+58+184=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #363AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AB8 is #C9C547. Grayscale: #464646. Windows color (decimal): -13223240 or 12073526. OLE color: 12073526.
HSL color Cylindrical-coordinate representation of color #363AB8: hue angle of 238.15º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363AB8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 58 | 184 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.28 |
| HSL | 238.15º | 0.55% | 0.47% | - |
| HSV(B) | 238.15º | 0.71% | 0.72% | - |
| XYZ | 11.69 | 7.27 | 46.13 | - |
| YUV | 71.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 184 | 0.71 | 0.68 | 0 | 0.28 | 238.15 | 0.55 | 0.47 |
| Hex | 36 | 3A | B8 | 47 | 44 | 0 | 1C | EE | 37 | 2F |
| Octal | 66 | 72 | 270 | 107 | 104 | 0 | 34 | 356 | 67 | 57 |
| Binary | 110110 | 111010 | 10111000 | 1000111 | 1000100 | 0 | 11100 | 11101110 | 110111 | 101111 |
Color Harmonies of #363AB8
Complementary color
Monochromatic Colors of #363AB8
Black with #363AB8
Text Example
Text Example
White with #363AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AB8; }
p { color: rgb(54,58,184); }
H1.HeaderClassName
{
color: #363AB8;
}
.AnyTagClassName
{
color: #363AB8;
}
</style>
background-color css
<style>
a { background-color: #363AB8; }
a { background-color: rgb(54,58,184); }
div.DivClassName
{
background-color: #363AB8;
}
.BgClassName
{
background-color: #363AB8;
}
</style>
border-color css
<style>
span { border-color: #363AB8; }
span { border-color: rgb(54,58,184); }
td.TdClassName
{
border-color: #363AB8;
}
.TagClassName
{
border-color: #363AB8;
}
</style>