Shades of Persian Blue #362DB8
Tints of Persian Blue #362DB8
RGB
CMYK
RGB Variations
Color information
#362DB8 (or 0x362DB8) is known color: Persian Blue. HEX triplet: 36, 2D and B8. RGB value is (54,45,184). Sum of RGB (Red+Green+Blue) = 54+45+184=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #362DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DB8 is #C9D247. Grayscale: #3E3E3E. Windows color (decimal): -13226568 or 12070198. OLE color: 12070198.
HSL color Cylindrical-coordinate representation of color #362DB8: hue angle of 243.88º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362DB8 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 45 | 184 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.28 |
| HSL | 243.88º | 0.61% | 0.45% | - |
| HSV(B) | 243.88º | 0.76% | 0.72% | - |
| XYZ | 11.11 | 6.12 | 45.94 | - |
| YUV | 63.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 184 | 0.71 | 0.76 | 0 | 0.28 | 243.88 | 0.61 | 0.45 |
| Hex | 36 | 2D | B8 | 47 | 4C | 0 | 1C | F4 | 3D | 2D |
| Octal | 66 | 55 | 270 | 107 | 114 | 0 | 34 | 364 | 75 | 55 |
| Binary | 110110 | 101101 | 10111000 | 1000111 | 1001100 | 0 | 11100 | 11110100 | 111101 | 101101 |
Color Harmonies of #362DB8
Complementary color
Monochromatic Colors of #362DB8
Black with #362DB8
Text Example
Text Example
White with #362DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DB8; }
p { color: rgb(54,45,184); }
H1.HeaderClassName
{
color: #362DB8;
}
.AnyTagClassName
{
color: #362DB8;
}
</style>
background-color css
<style>
a { background-color: #362DB8; }
a { background-color: rgb(54,45,184); }
div.DivClassName
{
background-color: #362DB8;
}
.BgClassName
{
background-color: #362DB8;
}
</style>
border-color css
<style>
span { border-color: #362DB8; }
span { border-color: rgb(54,45,184); }
td.TdClassName
{
border-color: #362DB8;
}
.TagClassName
{
border-color: #362DB8;
}
</style>