Shades of Dark Slate Blue #3339A1
Tints of Dark Slate Blue #3339A1
RGB
CMYK
RGB Variations
Color information
#3339A1 (or 0x3339A1) is known color: Dark Slate Blue. HEX triplet: 33, 39 and A1. RGB value is (51,57,161). Sum of RGB (Red+Green+Blue) = 51+57+161=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #3339A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3339A1 is #CCC65E. Grayscale: #424242. Windows color (decimal): -13420127 or 10565939. OLE color: 10565939.
HSL color Cylindrical-coordinate representation of color #3339A1: hue angle of 236.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3339A1 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 57 | 161 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.37 |
| HSL | 236.73º | 0.52% | 0.42% | - |
| HSV(B) | 236.73º | 0.68% | 0.63% | - |
| XYZ | 9.26 | 6.2 | 34.43 | - |
| YUV | 67.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 161 | 0.68 | 0.65 | 0 | 0.37 | 236.73 | 0.52 | 0.42 |
| Hex | 33 | 39 | A1 | 44 | 41 | 0 | 25 | ED | 34 | 2A |
| Octal | 63 | 71 | 241 | 104 | 101 | 0 | 45 | 355 | 64 | 52 |
| Binary | 110011 | 111001 | 10100001 | 1000100 | 1000001 | 0 | 100101 | 11101101 | 110100 | 101010 |
Color Harmonies of #3339A1
Complementary color
Monochromatic Colors of #3339A1
Black with #3339A1
Text Example
Text Example
White with #3339A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3339A1; }
p { color: rgb(51,57,161); }
H1.HeaderClassName
{
color: #3339A1;
}
.AnyTagClassName
{
color: #3339A1;
}
</style>
background-color css
<style>
a { background-color: #3339A1; }
a { background-color: rgb(51,57,161); }
div.DivClassName
{
background-color: #3339A1;
}
.BgClassName
{
background-color: #3339A1;
}
</style>
border-color css
<style>
span { border-color: #3339A1; }
span { border-color: rgb(51,57,161); }
td.TdClassName
{
border-color: #3339A1;
}
.TagClassName
{
border-color: #3339A1;
}
</style>