Shades of Persian Blue #363BBC
Tints of Persian Blue #363BBC
RGB
CMYK
RGB Variations
Color information
#363BBC (or 0x363BBC) is known color: Persian Blue. HEX triplet: 36, 3B and BC. RGB value is (54,59,188). Sum of RGB (Red+Green+Blue) = 54+59+188=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #363BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BBC is #C9C443. Grayscale: #474747. Windows color (decimal): -13222980 or 12335926. OLE color: 12335926.
HSL color Cylindrical-coordinate representation of color #363BBC: hue angle of 237.76º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363BBC is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 59 | 188 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.26 |
| HSL | 237.76º | 0.55% | 0.47% | - |
| HSV(B) | 237.76º | 0.71% | 0.74% | - |
| XYZ | 12.16 | 7.54 | 48.39 | - |
| YUV | 72.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 188 | 0.71 | 0.69 | 0 | 0.26 | 237.76 | 0.55 | 0.47 |
| Hex | 36 | 3B | BC | 47 | 45 | 0 | 1A | EE | 37 | 2F |
| Octal | 66 | 73 | 274 | 107 | 105 | 0 | 32 | 356 | 67 | 57 |
| Binary | 110110 | 111011 | 10111100 | 1000111 | 1000101 | 0 | 11010 | 11101110 | 110111 | 101111 |
Color Harmonies of #363BBC
Complementary color
Monochromatic Colors of #363BBC
Black with #363BBC
Text Example
Text Example
White with #363BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BBC; }
p { color: rgb(54,59,188); }
H1.HeaderClassName
{
color: #363BBC;
}
.AnyTagClassName
{
color: #363BBC;
}
</style>
background-color css
<style>
a { background-color: #363BBC; }
a { background-color: rgb(54,59,188); }
div.DivClassName
{
background-color: #363BBC;
}
.BgClassName
{
background-color: #363BBC;
}
</style>
border-color css
<style>
span { border-color: #363BBC; }
span { border-color: rgb(54,59,188); }
td.TdClassName
{
border-color: #363BBC;
}
.TagClassName
{
border-color: #363BBC;
}
</style>