Shades of Persian Blue #363DBB
Tints of Persian Blue #363DBB
RGB
CMYK
RGB Variations
Color information
#363DBB (or 0x363DBB) is known color: Persian Blue. HEX triplet: 36, 3D and BB. RGB value is (54,61,187). Sum of RGB (Red+Green+Blue) = 54+61+187=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #363DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBB is #C9C244. Grayscale: #484848. Windows color (decimal): -13222469 or 12270902. OLE color: 12270902.
HSL color Cylindrical-coordinate representation of color #363DBB: hue angle of 236.84º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363DBB is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 61 | 187 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.27 |
| HSL | 236.84º | 0.55% | 0.47% | - |
| HSV(B) | 236.84º | 0.71% | 0.73% | - |
| XYZ | 12.16 | 7.71 | 47.86 | - |
| YUV | 73.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 187 | 0.71 | 0.67 | 0 | 0.27 | 236.84 | 0.55 | 0.47 |
| Hex | 36 | 3D | BB | 47 | 43 | 0 | 1B | ED | 37 | 2F |
| Octal | 66 | 75 | 273 | 107 | 103 | 0 | 33 | 355 | 67 | 57 |
| Binary | 110110 | 111101 | 10111011 | 1000111 | 1000011 | 0 | 11011 | 11101101 | 110111 | 101111 |
Color Harmonies of #363DBB
Complementary color
Monochromatic Colors of #363DBB
Black with #363DBB
Text Example
Text Example
White with #363DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DBB; }
p { color: rgb(54,61,187); }
H1.HeaderClassName
{
color: #363DBB;
}
.AnyTagClassName
{
color: #363DBB;
}
</style>
background-color css
<style>
a { background-color: #363DBB; }
a { background-color: rgb(54,61,187); }
div.DivClassName
{
background-color: #363DBB;
}
.BgClassName
{
background-color: #363DBB;
}
</style>
border-color css
<style>
span { border-color: #363DBB; }
span { border-color: rgb(54,61,187); }
td.TdClassName
{
border-color: #363DBB;
}
.TagClassName
{
border-color: #363DBB;
}
</style>