Shades of Persian Blue #363ABD
Tints of Persian Blue #363ABD
RGB
CMYK
RGB Variations
Color information
#363ABD (or 0x363ABD) is known color: Persian Blue. HEX triplet: 36, 3A and BD. RGB value is (54,58,189). Sum of RGB (Red+Green+Blue) = 54+58+189=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #363ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ABD is #C9C542. Grayscale: #474747. Windows color (decimal): -13223235 or 12401206. OLE color: 12401206.
HSL color Cylindrical-coordinate representation of color #363ABD: hue angle of 238.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363ABD is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 58 | 189 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.26 |
| HSL | 238.22º | 0.56% | 0.48% | - |
| HSV(B) | 238.22º | 0.71% | 0.74% | - |
| XYZ | 12.22 | 7.48 | 48.94 | - |
| YUV | 71.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 189 | 0.71 | 0.69 | 0 | 0.26 | 238.22 | 0.56 | 0.48 |
| Hex | 36 | 3A | BD | 47 | 45 | 0 | 1A | EE | 38 | 30 |
| Octal | 66 | 72 | 275 | 107 | 105 | 0 | 32 | 356 | 70 | 60 |
| Binary | 110110 | 111010 | 10111101 | 1000111 | 1000101 | 0 | 11010 | 11101110 | 111000 | 110000 |
Color Harmonies of #363ABD
Complementary color
Monochromatic Colors of #363ABD
Black with #363ABD
Text Example
Text Example
White with #363ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ABD; }
p { color: rgb(54,58,189); }
H1.HeaderClassName
{
color: #363ABD;
}
.AnyTagClassName
{
color: #363ABD;
}
</style>
background-color css
<style>
a { background-color: #363ABD; }
a { background-color: rgb(54,58,189); }
div.DivClassName
{
background-color: #363ABD;
}
.BgClassName
{
background-color: #363ABD;
}
</style>
border-color css
<style>
span { border-color: #363ABD; }
span { border-color: rgb(54,58,189); }
td.TdClassName
{
border-color: #363ABD;
}
.TagClassName
{
border-color: #363ABD;
}
</style>