Shades of Persian Blue #363DB4
Tints of Persian Blue #363DB4
RGB
CMYK
RGB Variations
Color information
#363DB4 (or 0x363DB4) is known color: Persian Blue. HEX triplet: 36, 3D and B4. RGB value is (54,61,180). Sum of RGB (Red+Green+Blue) = 54+61+180=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #363DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DB4 is #C9C24B. Grayscale: #474747. Windows color (decimal): -13222476 or 11812150. OLE color: 11812150.
HSL color Cylindrical-coordinate representation of color #363DB4: hue angle of 236.67º 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 #363DB4 is Cyan = 0.7, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 61 | 180 | - |
| CMYK | 0.7 | 0.66 | 0 | 0.29 |
| HSL | 236.67º | 0.54% | 0.46% | - |
| HSV(B) | 236.67º | 0.7% | 0.71% | - |
| XYZ | 11.43 | 7.42 | 44.01 | - |
| YUV | 72.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 180 | 0.7 | 0.66 | 0 | 0.29 | 236.67 | 0.54 | 0.46 |
| Hex | 36 | 3D | B4 | 46 | 42 | 0 | 1D | ED | 36 | 2E |
| Octal | 66 | 75 | 264 | 106 | 102 | 0 | 35 | 355 | 66 | 56 |
| Binary | 110110 | 111101 | 10110100 | 1000110 | 1000010 | 0 | 11101 | 11101101 | 110110 | 101110 |
Color Harmonies of #363DB4
Complementary color
Monochromatic Colors of #363DB4
Black with #363DB4
Text Example
Text Example
White with #363DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DB4; }
p { color: rgb(54,61,180); }
H1.HeaderClassName
{
color: #363DB4;
}
.AnyTagClassName
{
color: #363DB4;
}
</style>
background-color css
<style>
a { background-color: #363DB4; }
a { background-color: rgb(54,61,180); }
div.DivClassName
{
background-color: #363DB4;
}
.BgClassName
{
background-color: #363DB4;
}
</style>
border-color css
<style>
span { border-color: #363DB4; }
span { border-color: rgb(54,61,180); }
td.TdClassName
{
border-color: #363DB4;
}
.TagClassName
{
border-color: #363DB4;
}
</style>