Shades of Persian Blue #363EB8
Tints of Persian Blue #363EB8
RGB
CMYK
RGB Variations
Color information
#363EB8 (or 0x363EB8) is known color: Persian Blue. HEX triplet: 36, 3E and B8. RGB value is (54,62,184). Sum of RGB (Red+Green+Blue) = 54+62+184=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #363EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EB8 is #C9C147. Grayscale: #494949. Windows color (decimal): -13222216 or 12074550. OLE color: 12074550.
HSL color Cylindrical-coordinate representation of color #363EB8: hue angle of 236.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363EB8 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 62 | 184 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.28 |
| HSL | 236.31º | 0.55% | 0.47% | - |
| HSV(B) | 236.31º | 0.71% | 0.72% | - |
| XYZ | 11.9 | 7.69 | 46.2 | - |
| YUV | 73.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 184 | 0.71 | 0.66 | 0 | 0.28 | 236.31 | 0.55 | 0.47 |
| Hex | 36 | 3E | B8 | 47 | 42 | 0 | 1C | EC | 37 | 2F |
| Octal | 66 | 76 | 270 | 107 | 102 | 0 | 34 | 354 | 67 | 57 |
| Binary | 110110 | 111110 | 10111000 | 1000111 | 1000010 | 0 | 11100 | 11101100 | 110111 | 101111 |
Color Harmonies of #363EB8
Complementary color
Monochromatic Colors of #363EB8
Black with #363EB8
Text Example
Text Example
White with #363EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EB8; }
p { color: rgb(54,62,184); }
H1.HeaderClassName
{
color: #363EB8;
}
.AnyTagClassName
{
color: #363EB8;
}
</style>
background-color css
<style>
a { background-color: #363EB8; }
a { background-color: rgb(54,62,184); }
div.DivClassName
{
background-color: #363EB8;
}
.BgClassName
{
background-color: #363EB8;
}
</style>
border-color css
<style>
span { border-color: #363EB8; }
span { border-color: rgb(54,62,184); }
td.TdClassName
{
border-color: #363EB8;
}
.TagClassName
{
border-color: #363EB8;
}
</style>