#434391

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

Shades of Dark Slate Blue #434391

Tints of Dark Slate Blue #434391

Color information

#434391 (or 0x434391) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 43 and 91. RGB value is (67,67,145). Sum of RGB (Red+Green+Blue) = 67+67+145=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #434391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434391 is #BCBC6E. Grayscale: #4B4B4B. Windows color (decimal): -12369007 or 9519939. OLE color: 9519939.

HSL color Cylindrical-coordinate representation of color #434391: hue angle of 240º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434391 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6767145-
CMYK0.540.5400.43
HSL240º36.79%41.57%-
HSV(B)240º53.79%56.86%-
XYZ9.437.2527.69-
YUV75.89167121.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.01%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=24.01%
G=24.01%
B=51.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67671450.540.5400.4324036.7941.57
Hex434391363602Bf0252a
Octal10310322166660533604552
Binary1000011100001110010001110110110110010101111110000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434391; }

 p { color: rgb(67,67,145); }

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

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

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

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

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

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

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