Shades of Persian Blue #363DB8
Tints of Persian Blue #363DB8
RGB
CMYK
RGB Variations
Color information
#363DB8 (or 0x363DB8) is known color: Persian Blue. HEX triplet: 36, 3D and B8. RGB value is (54,61,184). Sum of RGB (Red+Green+Blue) = 54+61+184=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #363DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DB8 is #C9C247. Grayscale: #484848. Windows color (decimal): -13222472 or 12074294. OLE color: 12074294.
HSL color Cylindrical-coordinate representation of color #363DB8: hue angle of 236.77º 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 #363DB8 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 61 | 184 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.28 |
| HSL | 236.77º | 0.55% | 0.47% | - |
| HSV(B) | 236.77º | 0.71% | 0.72% | - |
| XYZ | 11.84 | 7.58 | 46.19 | - |
| YUV | 72.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 184 | 0.71 | 0.67 | 0 | 0.28 | 236.77 | 0.55 | 0.47 |
| Hex | 36 | 3D | B8 | 47 | 43 | 0 | 1C | ED | 37 | 2F |
| Octal | 66 | 75 | 270 | 107 | 103 | 0 | 34 | 355 | 67 | 57 |
| Binary | 110110 | 111101 | 10111000 | 1000111 | 1000011 | 0 | 11100 | 11101101 | 110111 | 101111 |
Color Harmonies of #363DB8
Complementary color
Monochromatic Colors of #363DB8
Black with #363DB8
Text Example
Text Example
White with #363DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DB8; }
p { color: rgb(54,61,184); }
H1.HeaderClassName
{
color: #363DB8;
}
.AnyTagClassName
{
color: #363DB8;
}
</style>
background-color css
<style>
a { background-color: #363DB8; }
a { background-color: rgb(54,61,184); }
div.DivClassName
{
background-color: #363DB8;
}
.BgClassName
{
background-color: #363DB8;
}
</style>
border-color css
<style>
span { border-color: #363DB8; }
span { border-color: rgb(54,61,184); }
td.TdClassName
{
border-color: #363DB8;
}
.TagClassName
{
border-color: #363DB8;
}
</style>