Shades of Persian Blue #362BC7
Tints of Persian Blue #362BC7
RGB
CMYK
RGB Variations
Color information
#362BC7 (or 0x362BC7) is known color: Persian Blue. HEX triplet: 36, 2B and C7. RGB value is (54,43,199). Sum of RGB (Red+Green+Blue) = 54+43+199=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #362BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BC7 is #C9D438. Grayscale: #3F3F3F. Windows color (decimal): -13227065 or 13052726. OLE color: 13052726.
HSL color Cylindrical-coordinate representation of color #362BC7: hue angle of 244.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362BC7 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 43 | 199 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.22 |
| HSL | 244.23º | 0.64% | 0.47% | - |
| HSV(B) | 244.23º | 0.78% | 0.78% | - |
| XYZ | 12.69 | 6.64 | 54.64 | - |
| YUV | 64.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 199 | 0.73 | 0.78 | 0 | 0.22 | 244.23 | 0.64 | 0.47 |
| Hex | 36 | 2B | C7 | 49 | 4E | 0 | 16 | F4 | 40 | 2F |
| Octal | 66 | 53 | 307 | 111 | 116 | 0 | 26 | 364 | 100 | 57 |
| Binary | 110110 | 101011 | 11000111 | 1001001 | 1001110 | 0 | 10110 | 11110100 | 1000000 | 101111 |
Color Harmonies of #362BC7
Complementary color
Monochromatic Colors of #362BC7
Black with #362BC7
Text Example
Text Example
White with #362BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BC7; }
p { color: rgb(54,43,199); }
H1.HeaderClassName
{
color: #362BC7;
}
.AnyTagClassName
{
color: #362BC7;
}
</style>
background-color css
<style>
a { background-color: #362BC7; }
a { background-color: rgb(54,43,199); }
div.DivClassName
{
background-color: #362BC7;
}
.BgClassName
{
background-color: #362BC7;
}
</style>
border-color css
<style>
span { border-color: #362BC7; }
span { border-color: rgb(54,43,199); }
td.TdClassName
{
border-color: #362BC7;
}
.TagClassName
{
border-color: #362BC7;
}
</style>