Shades of Dark Slate Blue #34369B
Tints of Dark Slate Blue #34369B
RGB
CMYK
RGB Variations
Color information
#34369B (or 0x34369B) is known color: Dark Slate Blue. HEX triplet: 34, 36 and 9B. RGB value is (52,54,155). Sum of RGB (Red+Green+Blue) = 52+54+155=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #34369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34369B is #CBC964. Grayscale: #404040. Windows color (decimal): -13355365 or 10171956. OLE color: 10171956.
HSL color Cylindrical-coordinate representation of color #34369B: hue angle of 238.83º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34369B is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 54 | 155 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.39 |
| HSL | 238.83º | 0.5% | 0.41% | - |
| HSV(B) | 238.83º | 0.66% | 0.61% | - |
| XYZ | 8.65 | 5.73 | 31.66 | - |
| YUV | 64.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 155 | 0.66 | 0.65 | 0 | 0.39 | 238.83 | 0.5 | 0.41 |
| Hex | 34 | 36 | 9B | 42 | 41 | 0 | 27 | EF | 32 | 29 |
| Octal | 64 | 66 | 233 | 102 | 101 | 0 | 47 | 357 | 62 | 51 |
| Binary | 110100 | 110110 | 10011011 | 1000010 | 1000001 | 0 | 100111 | 11101111 | 110010 | 101001 |
Color Harmonies of #34369B
Complementary color
Monochromatic Colors of #34369B
Black with #34369B
Text Example
Text Example
White with #34369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34369B; }
p { color: rgb(52,54,155); }
H1.HeaderClassName
{
color: #34369B;
}
.AnyTagClassName
{
color: #34369B;
}
</style>
background-color css
<style>
a { background-color: #34369B; }
a { background-color: rgb(52,54,155); }
div.DivClassName
{
background-color: #34369B;
}
.BgClassName
{
background-color: #34369B;
}
</style>
border-color css
<style>
span { border-color: #34369B; }
span { border-color: rgb(52,54,155); }
td.TdClassName
{
border-color: #34369B;
}
.TagClassName
{
border-color: #34369B;
}
</style>