Shades of Persian Blue #363ABC
Tints of Persian Blue #363ABC
RGB
CMYK
RGB Variations
Color information
#363ABC (or 0x363ABC) is known color: Persian Blue. HEX triplet: 36, 3A and BC. RGB value is (54,58,188). Sum of RGB (Red+Green+Blue) = 54+58+188=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #363ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ABC is #C9C543. Grayscale: #474747. Windows color (decimal): -13223236 or 12335670. OLE color: 12335670.
HSL color Cylindrical-coordinate representation of color #363ABC: hue angle of 238.21º 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 #363ABC is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 58 | 188 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.26 |
| HSL | 238.21º | 0.55% | 0.47% | - |
| HSV(B) | 238.21º | 0.71% | 0.74% | - |
| XYZ | 12.11 | 7.44 | 48.37 | - |
| YUV | 71.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 188 | 0.71 | 0.69 | 0 | 0.26 | 238.21 | 0.55 | 0.47 |
| Hex | 36 | 3A | BC | 47 | 45 | 0 | 1A | EE | 37 | 2F |
| Octal | 66 | 72 | 274 | 107 | 105 | 0 | 32 | 356 | 67 | 57 |
| Binary | 110110 | 111010 | 10111100 | 1000111 | 1000101 | 0 | 11010 | 11101110 | 110111 | 101111 |
Color Harmonies of #363ABC
Complementary color
Monochromatic Colors of #363ABC
Black with #363ABC
Text Example
Text Example
White with #363ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ABC; }
p { color: rgb(54,58,188); }
H1.HeaderClassName
{
color: #363ABC;
}
.AnyTagClassName
{
color: #363ABC;
}
</style>
background-color css
<style>
a { background-color: #363ABC; }
a { background-color: rgb(54,58,188); }
div.DivClassName
{
background-color: #363ABC;
}
.BgClassName
{
background-color: #363ABC;
}
</style>
border-color css
<style>
span { border-color: #363ABC; }
span { border-color: rgb(54,58,188); }
td.TdClassName
{
border-color: #363ABC;
}
.TagClassName
{
border-color: #363ABC;
}
</style>