Shades of Dark Slate Blue #333A9D
Tints of Dark Slate Blue #333A9D
RGB
CMYK
RGB Variations
Color information
#333A9D (or 0x333A9D) is known color: Dark Slate Blue. HEX triplet: 33, 3A and 9D. RGB value is (51,58,157). Sum of RGB (Red+Green+Blue) = 51+58+157=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #333A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A9D is #CCC562. Grayscale: #424242. Windows color (decimal): -13419875 or 10304051. OLE color: 10304051.
HSL color Cylindrical-coordinate representation of color #333A9D: hue angle of 236.04º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333A9D is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 58 | 157 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.38 |
| HSL | 236.04º | 0.51% | 0.41% | - |
| HSV(B) | 236.04º | 0.68% | 0.62% | - |
| XYZ | 8.96 | 6.16 | 32.62 | - |
| YUV | 67.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 157 | 0.68 | 0.63 | 0 | 0.38 | 236.04 | 0.51 | 0.41 |
| Hex | 33 | 3A | 9D | 44 | 3F | 0 | 26 | EC | 33 | 29 |
| Octal | 63 | 72 | 235 | 104 | 77 | 0 | 46 | 354 | 63 | 51 |
| Binary | 110011 | 111010 | 10011101 | 1000100 | 111111 | 0 | 100110 | 11101100 | 110011 | 101001 |
Color Harmonies of #333A9D
Complementary color
Monochromatic Colors of #333A9D
Black with #333A9D
Text Example
Text Example
White with #333A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A9D; }
p { color: rgb(51,58,157); }
H1.HeaderClassName
{
color: #333A9D;
}
.AnyTagClassName
{
color: #333A9D;
}
</style>
background-color css
<style>
a { background-color: #333A9D; }
a { background-color: rgb(51,58,157); }
div.DivClassName
{
background-color: #333A9D;
}
.BgClassName
{
background-color: #333A9D;
}
</style>
border-color css
<style>
span { border-color: #333A9D; }
span { border-color: rgb(51,58,157); }
td.TdClassName
{
border-color: #333A9D;
}
.TagClassName
{
border-color: #333A9D;
}
</style>