#43368B

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

Shades of Dark Slate Blue #43368B

Tints of Dark Slate Blue #43368B

Color information

#43368B (or 0x43368B) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 36 and 8B. RGB value is (67,54,139). Sum of RGB (Red+Green+Blue) = 67+54+139=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #43368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43368B is #BCC974. Grayscale: #434343. Windows color (decimal): -12372341 or 9123395. OLE color: 9123395.

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

Color convert

RGB6754139-
CMYK0.520.6100.45
HSL249.18º44.04%37.84%-
HSV(B)249.18º61.15%54.51%-
XYZ8.295.725.09-
YUV67.58168.31127.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.77%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=25.77%
G=20.77%
B=53.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67541390.520.6100.45249.1844.0437.84
Hex43368B343D02Df92c26
Octal1036621364750553715446
Binary100001111011010001011110100111101010110111111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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