#43368E

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

Shades of Dark Slate Blue #43368E

Tints of Dark Slate Blue #43368E

Color information

#43368E (or 0x43368E) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 36 and 8E. RGB value is (67,54,142). Sum of RGB (Red+Green+Blue) = 67+54+142=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #43368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43368E is #BCC971. Grayscale: #434343. Windows color (decimal): -12372338 or 9320003. OLE color: 9320003.

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

Color convert

RGB6754142-
CMYK0.530.6200.44
HSL248.86º44.9%38.43%-
HSV(B)248.86º61.97%55.69%-
XYZ8.525.7826.26-
YUV67.92169.81127.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=25.48%
G=20.53%
B=53.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67541420.530.6200.44248.8644.938.43
Hex43368E353E02Cf92d26
Octal1036621665760543715546
Binary100001111011010001110110101111110010110011111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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