Shades of Persian Blue #362CCC
Tints of Persian Blue #362CCC
RGB
CMYK
RGB Variations
Color information
#362CCC (or 0x362CCC) is known color: Persian Blue. HEX triplet: 36, 2C and CC. RGB value is (54,44,204). Sum of RGB (Red+Green+Blue) = 54+44+204=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #362CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CCC is #C9D333. Grayscale: #404040. Windows color (decimal): -13226804 or 13380662. OLE color: 13380662.
HSL color Cylindrical-coordinate representation of color #362CCC: hue angle of 243.75º degrees, saturation: 0.65, 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 #362CCC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 44 | 204 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.2 |
| HSL | 243.75º | 0.65% | 0.49% | - |
| HSV(B) | 243.75º | 0.78% | 0.8% | - |
| XYZ | 13.32 | 6.95 | 57.77 | - |
| YUV | 65.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 204 | 0.74 | 0.78 | 0 | 0.2 | 243.75 | 0.65 | 0.49 |
| Hex | 36 | 2C | CC | 4A | 4E | 0 | 14 | F4 | 41 | 31 |
| Octal | 66 | 54 | 314 | 112 | 116 | 0 | 24 | 364 | 101 | 61 |
| Binary | 110110 | 101100 | 11001100 | 1001010 | 1001110 | 0 | 10100 | 11110100 | 1000001 | 110001 |
Color Harmonies of #362CCC
Complementary color
Monochromatic Colors of #362CCC
Black with #362CCC
Text Example
Text Example
White with #362CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362CCC; }
p { color: rgb(54,44,204); }
H1.HeaderClassName
{
color: #362CCC;
}
.AnyTagClassName
{
color: #362CCC;
}
</style>
background-color css
<style>
a { background-color: #362CCC; }
a { background-color: rgb(54,44,204); }
div.DivClassName
{
background-color: #362CCC;
}
.BgClassName
{
background-color: #362CCC;
}
</style>
border-color css
<style>
span { border-color: #362CCC; }
span { border-color: rgb(54,44,204); }
td.TdClassName
{
border-color: #362CCC;
}
.TagClassName
{
border-color: #362CCC;
}
</style>