#433E86

Color #433E86 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #433E86

Tints of Dark Slate Blue #433E86

Color information

#433E86 (or 0x433E86) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3E and 86. RGB value is (67,62,134). Sum of RGB (Red+Green+Blue) = 67+62+134=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #433E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433E86 is #BCC179. Grayscale: #474747. Windows color (decimal): -12370298 or 8797763. OLE color: 8797763.

HSL color Cylindrical-coordinate representation of color #433E86: hue angle of 244.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #433E86 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6762134-
CMYK0.50.5400.47
HSL244.17º36.73%38.43%-
HSV(B)244.17º53.73%52.55%-
XYZ8.346.3623.34-
YUV71.7163.16124.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=25.48%
G=23.57%
B=50.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67621340.50.5400.47244.1736.7338.43
Hex433E86323602Ff42526
Octal1037620662660573644546
Binary100001111111010000110110010110110010111111110100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433E86; }

 p { color: rgb(67,62,134); }

 H1.HeaderClassName
 {
   color: #433E86;
 }
 .AnyTagClassName
 {
   color: #433E86;
 }
</style>
background-color css

<style>
 a { background-color: #433E86; }

 a { background-color: rgb(67,62,134); }

 div.DivClassName
 {
   background-color: #433E86;
 }
 .BgClassName
 {
   background-color: #433E86;
 }
</style>
border-color css

<style>
 span { border-color: #433E86; }

 span { border-color: rgb(67,62,134); }

 td.TdClassName
 {
   border-color: #433E86;
 }
 .TagClassName
 {
   border-color: #433E86;
 }
</style>