Shades of Dark Slate Blue #433B8C
Tints of Dark Slate Blue #433B8C
RGB
CMYK
RGB Variations
Color information
#433B8C (or 0x433B8C) is known color: Dark Slate Blue. HEX triplet: 43, 3B and 8C. RGB value is (67,59,140). Sum of RGB (Red+Green+Blue) = 67+59+140=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #433B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433B8C is #BCC473. Grayscale: #464646. Windows color (decimal): -12371060 or 9190211. OLE color: 9190211.
HSL color Cylindrical-coordinate representation of color #433B8C: hue angle of 245.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #433B8C is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 59 | 140 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.45 |
| HSL | 245.93º | 0.41% | 0.39% | - |
| HSV(B) | 245.93º | 0.58% | 0.55% | - |
| XYZ | 8.61 | 6.21 | 25.56 | - |
| YUV | 70.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 140 | 0.52 | 0.58 | 0 | 0.45 | 245.93 | 0.41 | 0.39 |
| Hex | 43 | 3B | 8C | 34 | 3A | 0 | 2D | F6 | 29 | 27 |
| Octal | 103 | 73 | 214 | 64 | 72 | 0 | 55 | 366 | 51 | 47 |
| Binary | 1000011 | 111011 | 10001100 | 110100 | 111010 | 0 | 101101 | 11110110 | 101001 | 100111 |
Color Harmonies of #433B8C
Complementary color
Monochromatic Colors of #433B8C
Black with #433B8C
Text Example
Text Example
White with #433B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433B8C; }
p { color: rgb(67,59,140); }
H1.HeaderClassName
{
color: #433B8C;
}
.AnyTagClassName
{
color: #433B8C;
}
</style>
background-color css
<style>
a { background-color: #433B8C; }
a { background-color: rgb(67,59,140); }
div.DivClassName
{
background-color: #433B8C;
}
.BgClassName
{
background-color: #433B8C;
}
</style>
border-color css
<style>
span { border-color: #433B8C; }
span { border-color: rgb(67,59,140); }
td.TdClassName
{
border-color: #433B8C;
}
.TagClassName
{
border-color: #433B8C;
}
</style>