Shades of Persian Blue #361EB8
Tints of Persian Blue #361EB8
RGB
CMYK
RGB Variations
Color information
#361EB8 (or 0x361EB8) is known color: Persian Blue. HEX triplet: 36, 1E and B8. RGB value is (54,30,184). Sum of RGB (Red+Green+Blue) = 54+30+184=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #361EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EB8 is #C9E147. Grayscale: #363636. Windows color (decimal): -13230408 or 12066358. OLE color: 12066358.
HSL color Cylindrical-coordinate representation of color #361EB8: hue angle of 249.35º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361EB8 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 30 | 184 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.28 |
| HSL | 249.35º | 0.72% | 0.42% | - |
| HSV(B) | 249.35º | 0.84% | 0.72% | - |
| XYZ | 10.64 | 5.17 | 45.79 | - |
| YUV | 54.73 | 200.95 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 184 | 0.71 | 0.84 | 0 | 0.28 | 249.35 | 0.72 | 0.42 |
| Hex | 36 | 1E | B8 | 47 | 54 | 0 | 1C | F9 | 48 | 2A |
| Octal | 66 | 36 | 270 | 107 | 124 | 0 | 34 | 371 | 110 | 52 |
| Binary | 110110 | 11110 | 10111000 | 1000111 | 1010100 | 0 | 11100 | 11111001 | 1001000 | 101010 |
Color Harmonies of #361EB8
Complementary color
Monochromatic Colors of #361EB8
Black with #361EB8
Text Example
Text Example
White with #361EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EB8; }
p { color: rgb(54,30,184); }
H1.HeaderClassName
{
color: #361EB8;
}
.AnyTagClassName
{
color: #361EB8;
}
</style>
background-color css
<style>
a { background-color: #361EB8; }
a { background-color: rgb(54,30,184); }
div.DivClassName
{
background-color: #361EB8;
}
.BgClassName
{
background-color: #361EB8;
}
</style>
border-color css
<style>
span { border-color: #361EB8; }
span { border-color: rgb(54,30,184); }
td.TdClassName
{
border-color: #361EB8;
}
.TagClassName
{
border-color: #361EB8;
}
</style>