Shades of Dark Slate Blue #383BA8
Tints of Dark Slate Blue #383BA8
RGB
CMYK
RGB Variations
Color information
#383BA8 (or 0x383BA8) is known color: Dark Slate Blue. HEX triplet: 38, 3B and A8. RGB value is (56,59,168). Sum of RGB (Red+Green+Blue) = 56+59+168=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #383BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BA8 is #C7C457. Grayscale: #464646. Windows color (decimal): -13091928 or 11025208. OLE color: 11025208.
HSL color Cylindrical-coordinate representation of color #383BA8: hue angle of 238.39º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383BA8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 59 | 168 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.34 |
| HSL | 238.39º | 0.5% | 0.44% | - |
| HSV(B) | 238.39º | 0.67% | 0.66% | - |
| XYZ | 10.26 | 6.8 | 37.82 | - |
| YUV | 70.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 168 | 0.67 | 0.65 | 0 | 0.34 | 238.39 | 0.5 | 0.44 |
| Hex | 38 | 3B | A8 | 43 | 41 | 0 | 22 | EE | 32 | 2C |
| Octal | 70 | 73 | 250 | 103 | 101 | 0 | 42 | 356 | 62 | 54 |
| Binary | 111000 | 111011 | 10101000 | 1000011 | 1000001 | 0 | 100010 | 11101110 | 110010 | 101100 |
Color Harmonies of #383BA8
Complementary color
Monochromatic Colors of #383BA8
Black with #383BA8
Text Example
Text Example
White with #383BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BA8; }
p { color: rgb(56,59,168); }
H1.HeaderClassName
{
color: #383BA8;
}
.AnyTagClassName
{
color: #383BA8;
}
</style>
background-color css
<style>
a { background-color: #383BA8; }
a { background-color: rgb(56,59,168); }
div.DivClassName
{
background-color: #383BA8;
}
.BgClassName
{
background-color: #383BA8;
}
</style>
border-color css
<style>
span { border-color: #383BA8; }
span { border-color: rgb(56,59,168); }
td.TdClassName
{
border-color: #383BA8;
}
.TagClassName
{
border-color: #383BA8;
}
</style>