Shades of Persian Blue #363FB5
Tints of Persian Blue #363FB5
RGB
CMYK
RGB Variations
Color information
#363FB5 (or 0x363FB5) is known color: Persian Blue. HEX triplet: 36, 3F and B5. RGB value is (54,63,181). Sum of RGB (Red+Green+Blue) = 54+63+181=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #363FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FB5 is #C9C04A. Grayscale: #494949. Windows color (decimal): -13221963 or 11878198. OLE color: 11878198.
HSL color Cylindrical-coordinate representation of color #363FB5: hue angle of 235.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363FB5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 63 | 181 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.29 |
| HSL | 235.75º | 0.54% | 0.46% | - |
| HSV(B) | 235.75º | 0.7% | 0.71% | - |
| XYZ | 11.64 | 7.68 | 44.58 | - |
| YUV | 73.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 181 | 0.70 | 0.65 | 0 | 0.29 | 235.75 | 0.54 | 0.46 |
| Hex | 36 | 3F | B5 | 46 | 41 | 0 | 1D | EC | 36 | 2E |
| Octal | 66 | 77 | 265 | 106 | 101 | 0 | 35 | 354 | 66 | 56 |
| Binary | 110110 | 111111 | 10110101 | 1000110 | 1000001 | 0 | 11101 | 11101100 | 110110 | 101110 |
Color Harmonies of #363FB5
Complementary color
Monochromatic Colors of #363FB5
Black with #363FB5
Text Example
Text Example
White with #363FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FB5; }
p { color: rgb(54,63,181); }
H1.HeaderClassName
{
color: #363FB5;
}
.AnyTagClassName
{
color: #363FB5;
}
</style>
background-color css
<style>
a { background-color: #363FB5; }
a { background-color: rgb(54,63,181); }
div.DivClassName
{
background-color: #363FB5;
}
.BgClassName
{
background-color: #363FB5;
}
</style>
border-color css
<style>
span { border-color: #363FB5; }
span { border-color: rgb(54,63,181); }
td.TdClassName
{
border-color: #363FB5;
}
.TagClassName
{
border-color: #363FB5;
}
</style>