Shades of Persian Blue #363BB8
Tints of Persian Blue #363BB8
RGB
CMYK
RGB Variations
Color information
#363BB8 (or 0x363BB8) is known color: Persian Blue. HEX triplet: 36, 3B and B8. RGB value is (54,59,184). Sum of RGB (Red+Green+Blue) = 54+59+184=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #363BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BB8 is #C9C447. Grayscale: #474747. Windows color (decimal): -13222984 or 12073782. OLE color: 12073782.
HSL color Cylindrical-coordinate representation of color #363BB8: hue angle of 237.69º 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 #363BB8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 59 | 184 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.28 |
| HSL | 237.69º | 0.55% | 0.47% | - |
| HSV(B) | 237.69º | 0.71% | 0.72% | - |
| XYZ | 11.74 | 7.37 | 46.15 | - |
| YUV | 71.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 184 | 0.71 | 0.68 | 0 | 0.28 | 237.69 | 0.55 | 0.47 |
| Hex | 36 | 3B | B8 | 47 | 44 | 0 | 1C | EE | 37 | 2F |
| Octal | 66 | 73 | 270 | 107 | 104 | 0 | 34 | 356 | 67 | 57 |
| Binary | 110110 | 111011 | 10111000 | 1000111 | 1000100 | 0 | 11100 | 11101110 | 110111 | 101111 |
Color Harmonies of #363BB8
Complementary color
Monochromatic Colors of #363BB8
Black with #363BB8
Text Example
Text Example
White with #363BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BB8; }
p { color: rgb(54,59,184); }
H1.HeaderClassName
{
color: #363BB8;
}
.AnyTagClassName
{
color: #363BB8;
}
</style>
background-color css
<style>
a { background-color: #363BB8; }
a { background-color: rgb(54,59,184); }
div.DivClassName
{
background-color: #363BB8;
}
.BgClassName
{
background-color: #363BB8;
}
</style>
border-color css
<style>
span { border-color: #363BB8; }
span { border-color: rgb(54,59,184); }
td.TdClassName
{
border-color: #363BB8;
}
.TagClassName
{
border-color: #363BB8;
}
</style>