Shades of Dark Slate Blue #343C9E
Tints of Dark Slate Blue #343C9E
RGB
CMYK
RGB Variations
Color information
#343C9E (or 0x343C9E) is known color: Dark Slate Blue. HEX triplet: 34, 3C and 9E. RGB value is (52,60,158). Sum of RGB (Red+Green+Blue) = 52+60+158=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #343C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C9E is #CBC361. Grayscale: #444444. Windows color (decimal): -13353826 or 10370100. OLE color: 10370100.
HSL color Cylindrical-coordinate representation of color #343C9E: hue angle of 235.47º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343C9E is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 60 | 158 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.38 |
| HSL | 235.47º | 0.5% | 0.41% | - |
| HSV(B) | 235.47º | 0.67% | 0.62% | - |
| XYZ | 9.2 | 6.43 | 33.1 | - |
| YUV | 68.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 158 | 0.67 | 0.62 | 0 | 0.38 | 235.47 | 0.5 | 0.41 |
| Hex | 34 | 3C | 9E | 43 | 3E | 0 | 26 | EB | 32 | 29 |
| Octal | 64 | 74 | 236 | 103 | 76 | 0 | 46 | 353 | 62 | 51 |
| Binary | 110100 | 111100 | 10011110 | 1000011 | 111110 | 0 | 100110 | 11101011 | 110010 | 101001 |
Color Harmonies of #343C9E
Complementary color
Monochromatic Colors of #343C9E
Black with #343C9E
Text Example
Text Example
White with #343C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C9E; }
p { color: rgb(52,60,158); }
H1.HeaderClassName
{
color: #343C9E;
}
.AnyTagClassName
{
color: #343C9E;
}
</style>
background-color css
<style>
a { background-color: #343C9E; }
a { background-color: rgb(52,60,158); }
div.DivClassName
{
background-color: #343C9E;
}
.BgClassName
{
background-color: #343C9E;
}
</style>
border-color css
<style>
span { border-color: #343C9E; }
span { border-color: rgb(52,60,158); }
td.TdClassName
{
border-color: #343C9E;
}
.TagClassName
{
border-color: #343C9E;
}
</style>