#43378E

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

Shades of Dark Slate Blue #43378E

Tints of Dark Slate Blue #43378E

Color information

#43378E (or 0x43378E) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 37 and 8E. RGB value is (67,55,142). Sum of RGB (Red+Green+Blue) = 67+55+142=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #43378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43378E is #BCC871. Grayscale: #444444. Windows color (decimal): -12372082 or 9320259. OLE color: 9320259.

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

Color convert

RGB6755142-
CMYK0.530.6100.44
HSL248.28º44.16%38.63%-
HSV(B)248.28º61.27%55.69%-
XYZ8.565.8826.27-
YUV68.51169.48126.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=25.38%
G=20.83%
B=53.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67551420.530.6100.44248.2844.1638.63
Hex43378E353D02Cf82c27
Octal1036721665750543705447
Binary100001111011110001110110101111101010110011111000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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