Shades of Dark Slate Blue #363B9D
Tints of Dark Slate Blue #363B9D
RGB
CMYK
RGB Variations
Color information
#363B9D (or 0x363B9D) is known color: Dark Slate Blue. HEX triplet: 36, 3B and 9D. RGB value is (54,59,157). Sum of RGB (Red+Green+Blue) = 54+59+157=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #363B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B9D is #C9C462. Grayscale: #444444. Windows color (decimal): -13223011 or 10304310. OLE color: 10304310.
HSL color Cylindrical-coordinate representation of color #363B9D: hue angle of 237.09º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363B9D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 59 | 157 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.38 |
| HSL | 237.09º | 0.49% | 0.41% | - |
| HSV(B) | 237.09º | 0.66% | 0.62% | - |
| XYZ | 9.17 | 6.35 | 32.64 | - |
| YUV | 68.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 157 | 0.66 | 0.62 | 0 | 0.38 | 237.09 | 0.49 | 0.41 |
| Hex | 36 | 3B | 9D | 42 | 3E | 0 | 26 | ED | 31 | 29 |
| Octal | 66 | 73 | 235 | 102 | 76 | 0 | 46 | 355 | 61 | 51 |
| Binary | 110110 | 111011 | 10011101 | 1000010 | 111110 | 0 | 100110 | 11101101 | 110001 | 101001 |
Color Harmonies of #363B9D
Complementary color
Monochromatic Colors of #363B9D
Black with #363B9D
Text Example
Text Example
White with #363B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B9D; }
p { color: rgb(54,59,157); }
H1.HeaderClassName
{
color: #363B9D;
}
.AnyTagClassName
{
color: #363B9D;
}
</style>
background-color css
<style>
a { background-color: #363B9D; }
a { background-color: rgb(54,59,157); }
div.DivClassName
{
background-color: #363B9D;
}
.BgClassName
{
background-color: #363B9D;
}
</style>
border-color css
<style>
span { border-color: #363B9D; }
span { border-color: rgb(54,59,157); }
td.TdClassName
{
border-color: #363B9D;
}
.TagClassName
{
border-color: #363B9D;
}
</style>