Shades of Persian Blue #362DCC
Tints of Persian Blue #362DCC
RGB
CMYK
RGB Variations
Color information
#362DCC (or 0x362DCC) is known color: Persian Blue. HEX triplet: 36, 2D and CC. RGB value is (54,45,204). Sum of RGB (Red+Green+Blue) = 54+45+204=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #362DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DCC is #C9D233. Grayscale: #414141. Windows color (decimal): -13226548 or 13380918. OLE color: 13380918.
HSL color Cylindrical-coordinate representation of color #362DCC: hue angle of 243.4º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362DCC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 45 | 204 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.2 |
| HSL | 243.4º | 0.64% | 0.49% | - |
| HSV(B) | 243.4º | 0.78% | 0.8% | - |
| XYZ | 13.36 | 7.02 | 57.78 | - |
| YUV | 65.82 | 205.98 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 204 | 0.74 | 0.78 | 0 | 0.2 | 243.4 | 0.64 | 0.49 |
| Hex | 36 | 2D | CC | 4A | 4E | 0 | 14 | F3 | 40 | 31 |
| Octal | 66 | 55 | 314 | 112 | 116 | 0 | 24 | 363 | 100 | 61 |
| Binary | 110110 | 101101 | 11001100 | 1001010 | 1001110 | 0 | 10100 | 11110011 | 1000000 | 110001 |
Color Harmonies of #362DCC
Complementary color
Monochromatic Colors of #362DCC
Black with #362DCC
Text Example
Text Example
White with #362DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DCC; }
p { color: rgb(54,45,204); }
H1.HeaderClassName
{
color: #362DCC;
}
.AnyTagClassName
{
color: #362DCC;
}
</style>
background-color css
<style>
a { background-color: #362DCC; }
a { background-color: rgb(54,45,204); }
div.DivClassName
{
background-color: #362DCC;
}
.BgClassName
{
background-color: #362DCC;
}
</style>
border-color css
<style>
span { border-color: #362DCC; }
span { border-color: rgb(54,45,204); }
td.TdClassName
{
border-color: #362DCC;
}
.TagClassName
{
border-color: #362DCC;
}
</style>