Shades of Dark Slate Blue #383BA1
Tints of Dark Slate Blue #383BA1
RGB
CMYK
RGB Variations
Color information
#383BA1 (or 0x383BA1) is known color: Dark Slate Blue. HEX triplet: 38, 3B and A1. RGB value is (56,59,161). Sum of RGB (Red+Green+Blue) = 56+59+161=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #383BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BA1 is #C7C45E. Grayscale: #454545. Windows color (decimal): -13091935 or 10566456. OLE color: 10566456.
HSL color Cylindrical-coordinate representation of color #383BA1: hue angle of 238.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383BA1 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 59 | 161 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.37 |
| HSL | 238.29º | 0.48% | 0.43% | - |
| HSV(B) | 238.29º | 0.65% | 0.63% | - |
| XYZ | 9.63 | 6.54 | 34.47 | - |
| YUV | 69.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 161 | 0.65 | 0.63 | 0 | 0.37 | 238.29 | 0.48 | 0.43 |
| Hex | 38 | 3B | A1 | 41 | 3F | 0 | 25 | EE | 30 | 2B |
| Octal | 70 | 73 | 241 | 101 | 77 | 0 | 45 | 356 | 60 | 53 |
| Binary | 111000 | 111011 | 10100001 | 1000001 | 111111 | 0 | 100101 | 11101110 | 110000 | 101011 |
Color Harmonies of #383BA1
Complementary color
Monochromatic Colors of #383BA1
Black with #383BA1
Text Example
Text Example
White with #383BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BA1; }
p { color: rgb(56,59,161); }
H1.HeaderClassName
{
color: #383BA1;
}
.AnyTagClassName
{
color: #383BA1;
}
</style>
background-color css
<style>
a { background-color: #383BA1; }
a { background-color: rgb(56,59,161); }
div.DivClassName
{
background-color: #383BA1;
}
.BgClassName
{
background-color: #383BA1;
}
</style>
border-color css
<style>
span { border-color: #383BA1; }
span { border-color: rgb(56,59,161); }
td.TdClassName
{
border-color: #383BA1;
}
.TagClassName
{
border-color: #383BA1;
}
</style>