Shades of Dark Slate Blue #383D99
Tints of Dark Slate Blue #383D99
RGB
CMYK
RGB Variations
Color information
#383D99 (or 0x383D99) is known color: Dark Slate Blue. HEX triplet: 38, 3D and 99. RGB value is (56,61,153). Sum of RGB (Red+Green+Blue) = 56+61+153=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #383D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D99 is #C7C266. Grayscale: #454545. Windows color (decimal): -13091431 or 10042680. OLE color: 10042680.
HSL color Cylindrical-coordinate representation of color #383D99: hue angle of 236.91º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383D99 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 61 | 153 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.4 |
| HSL | 236.91º | 0.46% | 0.41% | - |
| HSV(B) | 236.91º | 0.63% | 0.6% | - |
| XYZ | 9.05 | 6.48 | 30.91 | - |
| YUV | 69.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 153 | 0.63 | 0.60 | 0 | 0.4 | 236.91 | 0.46 | 0.41 |
| Hex | 38 | 3D | 99 | 3F | 3C | 0 | 28 | ED | 2E | 29 |
| Octal | 70 | 75 | 231 | 77 | 74 | 0 | 50 | 355 | 56 | 51 |
| Binary | 111000 | 111101 | 10011001 | 111111 | 111100 | 0 | 101000 | 11101101 | 101110 | 101001 |
Color Harmonies of #383D99
Complementary color
Monochromatic Colors of #383D99
Black with #383D99
Text Example
Text Example
White with #383D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D99; }
p { color: rgb(56,61,153); }
H1.HeaderClassName
{
color: #383D99;
}
.AnyTagClassName
{
color: #383D99;
}
</style>
background-color css
<style>
a { background-color: #383D99; }
a { background-color: rgb(56,61,153); }
div.DivClassName
{
background-color: #383D99;
}
.BgClassName
{
background-color: #383D99;
}
</style>
border-color css
<style>
span { border-color: #383D99; }
span { border-color: rgb(56,61,153); }
td.TdClassName
{
border-color: #383D99;
}
.TagClassName
{
border-color: #383D99;
}
</style>