Shades of Dark Slate Blue #383A9C
Tints of Dark Slate Blue #383A9C
RGB
CMYK
RGB Variations
Color information
#383A9C (or 0x383A9C) is known color: Dark Slate Blue. HEX triplet: 38, 3A and 9C. RGB value is (56,58,156). Sum of RGB (Red+Green+Blue) = 56+58+156=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #383A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A9C is #C7C563. Grayscale: #444444. Windows color (decimal): -13092196 or 10238520. OLE color: 10238520.
HSL color Cylindrical-coordinate representation of color #383A9C: hue angle of 238.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383A9C is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 58 | 156 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.39 |
| HSL | 238.8º | 0.47% | 0.42% | - |
| HSV(B) | 238.8º | 0.64% | 0.61% | - |
| XYZ | 9.14 | 6.27 | 32.18 | - |
| YUV | 68.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 156 | 0.64 | 0.63 | 0 | 0.39 | 238.8 | 0.47 | 0.42 |
| Hex | 38 | 3A | 9C | 40 | 3F | 0 | 27 | EF | 2F | 2A |
| Octal | 70 | 72 | 234 | 100 | 77 | 0 | 47 | 357 | 57 | 52 |
| Binary | 111000 | 111010 | 10011100 | 1000000 | 111111 | 0 | 100111 | 11101111 | 101111 | 101010 |
Color Harmonies of #383A9C
Complementary color
Monochromatic Colors of #383A9C
Black with #383A9C
Text Example
Text Example
White with #383A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A9C; }
p { color: rgb(56,58,156); }
H1.HeaderClassName
{
color: #383A9C;
}
.AnyTagClassName
{
color: #383A9C;
}
</style>
background-color css
<style>
a { background-color: #383A9C; }
a { background-color: rgb(56,58,156); }
div.DivClassName
{
background-color: #383A9C;
}
.BgClassName
{
background-color: #383A9C;
}
</style>
border-color css
<style>
span { border-color: #383A9C; }
span { border-color: rgb(56,58,156); }
td.TdClassName
{
border-color: #383A9C;
}
.TagClassName
{
border-color: #383A9C;
}
</style>