Shades of Dark Slate Blue #3338A0
Tints of Dark Slate Blue #3338A0
RGB
CMYK
RGB Variations
Color information
#3338A0 (or 0x3338A0) is known color: Dark Slate Blue. HEX triplet: 33, 38 and A0. RGB value is (51,56,160). Sum of RGB (Red+Green+Blue) = 51+56+160=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #3338A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3338A0 is #CCC75F. Grayscale: #414141. Windows color (decimal): -13420384 or 10500147. OLE color: 10500147.
HSL color Cylindrical-coordinate representation of color #3338A0: hue angle of 237.25º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3338A0 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 56 | 160 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.37 |
| HSL | 237.25º | 0.52% | 0.41% | - |
| HSV(B) | 237.25º | 0.68% | 0.63% | - |
| XYZ | 9.12 | 6.07 | 33.95 | - |
| YUV | 66.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 160 | 0.68 | 0.65 | 0 | 0.37 | 237.25 | 0.52 | 0.41 |
| Hex | 33 | 38 | A0 | 44 | 41 | 0 | 25 | ED | 34 | 29 |
| Octal | 63 | 70 | 240 | 104 | 101 | 0 | 45 | 355 | 64 | 51 |
| Binary | 110011 | 111000 | 10100000 | 1000100 | 1000001 | 0 | 100101 | 11101101 | 110100 | 101001 |
Color Harmonies of #3338A0
Complementary color
Monochromatic Colors of #3338A0
Black with #3338A0
Text Example
Text Example
White with #3338A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338A0; }
p { color: rgb(51,56,160); }
H1.HeaderClassName
{
color: #3338A0;
}
.AnyTagClassName
{
color: #3338A0;
}
</style>
background-color css
<style>
a { background-color: #3338A0; }
a { background-color: rgb(51,56,160); }
div.DivClassName
{
background-color: #3338A0;
}
.BgClassName
{
background-color: #3338A0;
}
</style>
border-color css
<style>
span { border-color: #3338A0; }
span { border-color: rgb(51,56,160); }
td.TdClassName
{
border-color: #3338A0;
}
.TagClassName
{
border-color: #3338A0;
}
</style>