Shades of Persian Blue #362FBA
Tints of Persian Blue #362FBA
RGB
CMYK
RGB Variations
Color information
#362FBA (or 0x362FBA) is known color: Persian Blue. HEX triplet: 36, 2F and BA. RGB value is (54,47,186). Sum of RGB (Red+Green+Blue) = 54+47+186=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #362FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FBA is #C9D045. Grayscale: #404040. Windows color (decimal): -13226054 or 12201782. OLE color: 12201782.
HSL color Cylindrical-coordinate representation of color #362FBA: hue angle of 243.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362FBA is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 47 | 186 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.27 |
| HSL | 243.02º | 0.6% | 0.46% | - |
| HSV(B) | 243.02º | 0.75% | 0.73% | - |
| XYZ | 11.4 | 6.36 | 47.08 | - |
| YUV | 64.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 186 | 0.71 | 0.75 | 0 | 0.27 | 243.02 | 0.6 | 0.46 |
| Hex | 36 | 2F | BA | 47 | 4B | 0 | 1B | F3 | 3C | 2E |
| Octal | 66 | 57 | 272 | 107 | 113 | 0 | 33 | 363 | 74 | 56 |
| Binary | 110110 | 101111 | 10111010 | 1000111 | 1001011 | 0 | 11011 | 11110011 | 111100 | 101110 |
Color Harmonies of #362FBA
Complementary color
Monochromatic Colors of #362FBA
Black with #362FBA
Text Example
Text Example
White with #362FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FBA; }
p { color: rgb(54,47,186); }
H1.HeaderClassName
{
color: #362FBA;
}
.AnyTagClassName
{
color: #362FBA;
}
</style>
background-color css
<style>
a { background-color: #362FBA; }
a { background-color: rgb(54,47,186); }
div.DivClassName
{
background-color: #362FBA;
}
.BgClassName
{
background-color: #362FBA;
}
</style>
border-color css
<style>
span { border-color: #362FBA; }
span { border-color: rgb(54,47,186); }
td.TdClassName
{
border-color: #362FBA;
}
.TagClassName
{
border-color: #362FBA;
}
</style>