#43438E

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

Shades of Dark Slate Blue #43438E

Tints of Dark Slate Blue #43438E

Color information

#43438E (or 0x43438E) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 43 and 8E. RGB value is (67,67,142). Sum of RGB (Red+Green+Blue) = 67+67+142=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #43438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43438E is #BCBC71. Grayscale: #4B4B4B. Windows color (decimal): -12369010 or 9323331. OLE color: 9323331.

HSL color Cylindrical-coordinate representation of color #43438E: hue angle of 240º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43438E is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6767142-
CMYK0.530.5300.44
HSL240º35.89%40.98%-
HSV(B)240º52.82%55.69%-
XYZ9.27.1626.49-
YUV75.55165.5121.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=24.28%
G=24.28%
B=51.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67671420.530.5300.4424035.8940.98
Hex43438E353502Cf02429
Octal10310321665650543604451
Binary1000011100001110001110110101110101010110011110000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43438E; }

 p { color: rgb(67,67,142); }

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

<style>
 a { background-color: #43438E; }

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

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

<style>
 span { border-color: #43438E; }

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

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