Shades of Persian Blue #363FB6
Tints of Persian Blue #363FB6
RGB
CMYK
RGB Variations
Color information
#363FB6 (or 0x363FB6) is known color: Persian Blue. HEX triplet: 36, 3F and B6. RGB value is (54,63,182). Sum of RGB (Red+Green+Blue) = 54+63+182=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #363FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FB6 is #C9C049. Grayscale: #494949. Windows color (decimal): -13221962 or 11943734. OLE color: 11943734.
HSL color Cylindrical-coordinate representation of color #363FB6: hue angle of 235.78º 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 #363FB6 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 63 | 182 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.29 |
| HSL | 235.78º | 0.54% | 0.46% | - |
| HSV(B) | 235.78º | 0.7% | 0.71% | - |
| XYZ | 11.74 | 7.72 | 45.13 | - |
| YUV | 73.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 182 | 0.70 | 0.65 | 0 | 0.29 | 235.78 | 0.54 | 0.46 |
| Hex | 36 | 3F | B6 | 46 | 41 | 0 | 1D | EC | 36 | 2E |
| Octal | 66 | 77 | 266 | 106 | 101 | 0 | 35 | 354 | 66 | 56 |
| Binary | 110110 | 111111 | 10110110 | 1000110 | 1000001 | 0 | 11101 | 11101100 | 110110 | 101110 |
Color Harmonies of #363FB6
Complementary color
Monochromatic Colors of #363FB6
Black with #363FB6
Text Example
Text Example
White with #363FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FB6; }
p { color: rgb(54,63,182); }
H1.HeaderClassName
{
color: #363FB6;
}
.AnyTagClassName
{
color: #363FB6;
}
</style>
background-color css
<style>
a { background-color: #363FB6; }
a { background-color: rgb(54,63,182); }
div.DivClassName
{
background-color: #363FB6;
}
.BgClassName
{
background-color: #363FB6;
}
</style>
border-color css
<style>
span { border-color: #363FB6; }
span { border-color: rgb(54,63,182); }
td.TdClassName
{
border-color: #363FB6;
}
.TagClassName
{
border-color: #363FB6;
}
</style>