Shades of Dark Slate Blue #363E9F
Tints of Dark Slate Blue #363E9F
RGB
CMYK
RGB Variations
Color information
#363E9F (or 0x363E9F) is known color: Dark Slate Blue. HEX triplet: 36, 3E and 9F. RGB value is (54,62,159). Sum of RGB (Red+Green+Blue) = 54+62+159=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #363E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E9F is #C9C160. Grayscale: #464646. Windows color (decimal): -13222241 or 10436150. OLE color: 10436150.
HSL color Cylindrical-coordinate representation of color #363E9F: hue angle of 235.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363E9F is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 62 | 159 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.38 |
| HSL | 235.43º | 0.49% | 0.42% | - |
| HSV(B) | 235.43º | 0.66% | 0.62% | - |
| XYZ | 9.5 | 6.73 | 33.6 | - |
| YUV | 70.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 159 | 0.66 | 0.61 | 0 | 0.38 | 235.43 | 0.49 | 0.42 |
| Hex | 36 | 3E | 9F | 42 | 3D | 0 | 26 | EB | 31 | 2A |
| Octal | 66 | 76 | 237 | 102 | 75 | 0 | 46 | 353 | 61 | 52 |
| Binary | 110110 | 111110 | 10011111 | 1000010 | 111101 | 0 | 100110 | 11101011 | 110001 | 101010 |
Color Harmonies of #363E9F
Complementary color
Monochromatic Colors of #363E9F
Black with #363E9F
Text Example
Text Example
White with #363E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E9F; }
p { color: rgb(54,62,159); }
H1.HeaderClassName
{
color: #363E9F;
}
.AnyTagClassName
{
color: #363E9F;
}
</style>
background-color css
<style>
a { background-color: #363E9F; }
a { background-color: rgb(54,62,159); }
div.DivClassName
{
background-color: #363E9F;
}
.BgClassName
{
background-color: #363E9F;
}
</style>
border-color css
<style>
span { border-color: #363E9F; }
span { border-color: rgb(54,62,159); }
td.TdClassName
{
border-color: #363E9F;
}
.TagClassName
{
border-color: #363E9F;
}
</style>