Shades of Persian Blue #362BC8
Tints of Persian Blue #362BC8
RGB
CMYK
RGB Variations
Color information
#362BC8 (or 0x362BC8) is known color: Persian Blue. HEX triplet: 36, 2B and C8. RGB value is (54,43,200). Sum of RGB (Red+Green+Blue) = 54+43+200=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #362BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BC8 is #C9D437. Grayscale: #3F3F3F. Windows color (decimal): -13227064 or 13118262. OLE color: 13118262.
HSL color Cylindrical-coordinate representation of color #362BC8: hue angle of 244.2º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362BC8 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 43 | 200 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.22 |
| HSL | 244.2º | 0.65% | 0.48% | - |
| HSV(B) | 244.2º | 0.79% | 0.78% | - |
| XYZ | 12.81 | 6.68 | 55.26 | - |
| YUV | 64.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 200 | 0.73 | 0.78 | 0 | 0.22 | 244.2 | 0.65 | 0.48 |
| Hex | 36 | 2B | C8 | 49 | 4E | 0 | 16 | F4 | 41 | 30 |
| Octal | 66 | 53 | 310 | 111 | 116 | 0 | 26 | 364 | 101 | 60 |
| Binary | 110110 | 101011 | 11001000 | 1001001 | 1001110 | 0 | 10110 | 11110100 | 1000001 | 110000 |
Color Harmonies of #362BC8
Complementary color
Monochromatic Colors of #362BC8
Black with #362BC8
Text Example
Text Example
White with #362BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BC8; }
p { color: rgb(54,43,200); }
H1.HeaderClassName
{
color: #362BC8;
}
.AnyTagClassName
{
color: #362BC8;
}
</style>
background-color css
<style>
a { background-color: #362BC8; }
a { background-color: rgb(54,43,200); }
div.DivClassName
{
background-color: #362BC8;
}
.BgClassName
{
background-color: #362BC8;
}
</style>
border-color css
<style>
span { border-color: #362BC8; }
span { border-color: rgb(54,43,200); }
td.TdClassName
{
border-color: #362BC8;
}
.TagClassName
{
border-color: #362BC8;
}
</style>