#434890

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

Shades of Dark Slate Blue #434890

Tints of Dark Slate Blue #434890

Color information

#434890 (or 0x434890) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 48 and 90. RGB value is (67,72,144). Sum of RGB (Red+Green+Blue) = 67+72+144=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #434890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434890 is #BCB76F. Grayscale: #4E4E4E. Windows color (decimal): -12367728 or 9455683. OLE color: 9455683.

HSL color Cylindrical-coordinate representation of color #434890: hue angle of 236.1º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434890 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6772144-
CMYK0.530.5000.44
HSL236.1º36.49%41.37%-
HSV(B)236.1º53.47%56.47%-
XYZ9.677.8427.39-
YUV78.71164.84119.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=23.67%
G=25.44%
B=50.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67721440.530.5000.44236.136.4941.37
Hex434890353202Cec2429
Octal10311022065620543544451
Binary1000011100100010010000110101110010010110011101100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434890; }

 p { color: rgb(67,72,144); }

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

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

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

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

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

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

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