Shades of Persian Blue #363DBF
Tints of Persian Blue #363DBF
RGB
CMYK
RGB Variations
Color information
#363DBF (or 0x363DBF) is known color: Persian Blue. HEX triplet: 36, 3D and BF. RGB value is (54,61,191). Sum of RGB (Red+Green+Blue) = 54+61+191=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #363DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBF is #C9C240. Grayscale: #494949. Windows color (decimal): -13222465 or 12533046. OLE color: 12533046.
HSL color Cylindrical-coordinate representation of color #363DBF: hue angle of 236.93º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363DBF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 61 | 191 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.25 |
| HSL | 236.93º | 0.56% | 0.48% | - |
| HSV(B) | 236.93º | 0.72% | 0.75% | - |
| XYZ | 12.59 | 7.88 | 50.15 | - |
| YUV | 73.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 191 | 0.72 | 0.68 | 0 | 0.25 | 236.93 | 0.56 | 0.48 |
| Hex | 36 | 3D | BF | 48 | 44 | 0 | 19 | ED | 38 | 30 |
| Octal | 66 | 75 | 277 | 110 | 104 | 0 | 31 | 355 | 70 | 60 |
| Binary | 110110 | 111101 | 10111111 | 1001000 | 1000100 | 0 | 11001 | 11101101 | 111000 | 110000 |
Color Harmonies of #363DBF
Complementary color
Monochromatic Colors of #363DBF
Black with #363DBF
Text Example
Text Example
White with #363DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DBF; }
p { color: rgb(54,61,191); }
H1.HeaderClassName
{
color: #363DBF;
}
.AnyTagClassName
{
color: #363DBF;
}
</style>
background-color css
<style>
a { background-color: #363DBF; }
a { background-color: rgb(54,61,191); }
div.DivClassName
{
background-color: #363DBF;
}
.BgClassName
{
background-color: #363DBF;
}
</style>
border-color css
<style>
span { border-color: #363DBF; }
span { border-color: rgb(54,61,191); }
td.TdClassName
{
border-color: #363DBF;
}
.TagClassName
{
border-color: #363DBF;
}
</style>