Shades of Dark Slate Blue #383BA7
Tints of Dark Slate Blue #383BA7
RGB
CMYK
RGB Variations
Color information
#383BA7 (or 0x383BA7) is known color: Dark Slate Blue. HEX triplet: 38, 3B and A7. RGB value is (56,59,167). Sum of RGB (Red+Green+Blue) = 56+59+167=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #383BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BA7 is #C7C458. Grayscale: #454545. Windows color (decimal): -13091929 or 10959672. OLE color: 10959672.
HSL color Cylindrical-coordinate representation of color #383BA7: hue angle of 238.38º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383BA7 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 59 | 167 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.35 |
| HSL | 238.38º | 0.5% | 0.44% | - |
| HSV(B) | 238.38º | 0.66% | 0.65% | - |
| XYZ | 10.17 | 6.76 | 37.33 | - |
| YUV | 70.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 167 | 0.66 | 0.65 | 0 | 0.35 | 238.38 | 0.5 | 0.44 |
| Hex | 38 | 3B | A7 | 42 | 41 | 0 | 23 | EE | 32 | 2C |
| Octal | 70 | 73 | 247 | 102 | 101 | 0 | 43 | 356 | 62 | 54 |
| Binary | 111000 | 111011 | 10100111 | 1000010 | 1000001 | 0 | 100011 | 11101110 | 110010 | 101100 |
Color Harmonies of #383BA7
Complementary color
Monochromatic Colors of #383BA7
Black with #383BA7
Text Example
Text Example
White with #383BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BA7; }
p { color: rgb(56,59,167); }
H1.HeaderClassName
{
color: #383BA7;
}
.AnyTagClassName
{
color: #383BA7;
}
</style>
background-color css
<style>
a { background-color: #383BA7; }
a { background-color: rgb(56,59,167); }
div.DivClassName
{
background-color: #383BA7;
}
.BgClassName
{
background-color: #383BA7;
}
</style>
border-color css
<style>
span { border-color: #383BA7; }
span { border-color: rgb(56,59,167); }
td.TdClassName
{
border-color: #383BA7;
}
.TagClassName
{
border-color: #383BA7;
}
</style>