Shades of Persian Blue #362DD8
Tints of Persian Blue #362DD8
RGB
CMYK
RGB Variations
Color information
#362DD8 (or 0x362DD8) is known color: Persian Blue. HEX triplet: 36, 2D and D8. RGB value is (54,45,216). Sum of RGB (Red+Green+Blue) = 54+45+216=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #362DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DD8 is #C9D227. Grayscale: #424242. Windows color (decimal): -13226536 or 14167350. OLE color: 14167350.
HSL color Cylindrical-coordinate representation of color #362DD8: hue angle of 243.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362DD8 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 45 | 216 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.15 |
| HSL | 243.16º | 0.69% | 0.51% | - |
| HSV(B) | 243.16º | 0.79% | 0.85% | - |
| XYZ | 14.85 | 7.62 | 65.65 | - |
| YUV | 67.19 | 211.98 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 216 | 0.75 | 0.79 | 0 | 0.15 | 243.16 | 0.69 | 0.51 |
| Hex | 36 | 2D | D8 | 4B | 4F | 0 | F | F3 | 45 | 33 |
| Octal | 66 | 55 | 330 | 113 | 117 | 0 | 17 | 363 | 105 | 63 |
| Binary | 110110 | 101101 | 11011000 | 1001011 | 1001111 | 0 | 1111 | 11110011 | 1000101 | 110011 |
Color Harmonies of #362DD8
Complementary color
Monochromatic Colors of #362DD8
Black with #362DD8
Text Example
Text Example
White with #362DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DD8; }
p { color: rgb(54,45,216); }
H1.HeaderClassName
{
color: #362DD8;
}
.AnyTagClassName
{
color: #362DD8;
}
</style>
background-color css
<style>
a { background-color: #362DD8; }
a { background-color: rgb(54,45,216); }
div.DivClassName
{
background-color: #362DD8;
}
.BgClassName
{
background-color: #362DD8;
}
</style>
border-color css
<style>
span { border-color: #362DD8; }
span { border-color: rgb(54,45,216); }
td.TdClassName
{
border-color: #362DD8;
}
.TagClassName
{
border-color: #362DD8;
}
</style>