#43448B

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

Shades of Dark Slate Blue #43448B

Tints of Dark Slate Blue #43448B

Color information

#43448B (or 0x43448B) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 44 and 8B. RGB value is (67,68,139). Sum of RGB (Red+Green+Blue) = 67+68+139=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #43448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43448B is #BCBB74. Grayscale: #4B4B4B. Windows color (decimal): -12368757 or 9126979. OLE color: 9126979.

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

Color convert

RGB6768139-
CMYK0.520.5100.45
HSL239.17º34.95%40.39%-
HSV(B)239.17º51.8%54.51%-
XYZ9.047.1925.34-
YUV75.8163.67121.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.45%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=24.45%
G=24.82%
B=50.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67681390.520.5100.45239.1734.9540.39
Hex43448B343302Def2328
Octal10310421364630553574350
Binary1000011100010010001011110100110011010110111101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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