#43377B

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

Shades of Dark Slate Blue #43377B

Tints of Dark Slate Blue #43377B

Color information

#43377B (or 0x43377B) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 37 and 7B. RGB value is (67,55,123). Sum of RGB (Red+Green+Blue) = 67+55+123=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #43377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43377B is #BCC884. Grayscale: #424242. Windows color (decimal): -12372101 or 8075075. OLE color: 8075075.

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

Color convert

RGB6755123-
CMYK0.460.5500.52
HSL250.59º38.2%34.9%-
HSV(B)250.59º55.28%48.24%-
XYZ7.265.3619.39-
YUV66.34159.98128.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=27.35%
G=22.45%
B=50.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67551230.460.5500.52250.5938.234.9
Hex43377B2E37034fb2623
Octal1036717356670643734643
Binary10000111101111111011101110110111011010011111011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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