#43387F

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

Shades of Dark Slate Blue #43387F

Tints of Dark Slate Blue #43387F

Color information

#43387F (or 0x43387F) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 38 and 7F. RGB value is (67,56,127). Sum of RGB (Red+Green+Blue) = 67+56+127=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #43387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43387F is #BCC780. Grayscale: #434343. Windows color (decimal): -12371841 or 8337475. OLE color: 8337475.

HSL color Cylindrical-coordinate representation of color #43387F: hue angle of 249.3º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43387F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6756127-
CMYK0.470.5600.50
HSL249.3º38.8%35.88%-
HSV(B)249.3º55.91%49.8%-
XYZ7.565.5520.75-
YUV67.38161.64127.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 127 (50% from 255) = 50.8%
R=26.8%
G=22.4%
B=50.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67561270.470.5600.50249.338.835.88
Hex43387F2F38032f92724
Octal1037017757700623714744
Binary10000111110001111111101111111000011001011111001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43387F; }

 p { color: rgb(67,56,127); }

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

<style>
 a { background-color: #43387F; }

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

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

<style>
 span { border-color: #43387F; }

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

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