#43438C

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

Shades of Dark Slate Blue #43438C

Tints of Dark Slate Blue #43438C

Color information

#43438C (or 0x43438C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 43 and 8C. RGB value is (67,67,140). Sum of RGB (Red+Green+Blue) = 67+67+140=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #43438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43438C is #BCBC73. Grayscale: #4B4B4B. Windows color (decimal): -12369012 or 9192259. OLE color: 9192259.

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

Color convert

RGB6767140-
CMYK0.520.5200.45
HSL240º35.27%40.59%-
HSV(B)240º52.14%54.9%-
XYZ9.067.125.7-
YUV75.32164.5122.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.45%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=24.45%
G=24.45%
B=51.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67671400.520.5200.4524035.2740.59
Hex43438C343402Df02329
Octal10310321464640553604351
Binary1000011100001110001100110100110100010110111110000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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