#434594

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

Shades of Dark Slate Blue #434594

Tints of Dark Slate Blue #434594

Color information

#434594 (or 0x434594) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 45 and 94. RGB value is (67,69,148). Sum of RGB (Red+Green+Blue) = 67+69+148=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #434594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434594 is #BCBA6B. Grayscale: #4D4D4D. Windows color (decimal): -12368492 or 9717059. OLE color: 9717059.

HSL color Cylindrical-coordinate representation of color #434594: hue angle of 238.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434594 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6769148-
CMYK0.550.5300.42
HSL238.52º37.67%42.16%-
HSV(B)238.52º54.73%58.04%-
XYZ9.797.5928.97-
YUV77.41167.84120.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=23.59%
G=24.30%
B=52.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67691480.550.5300.42238.5237.6742.16
Hex434594373502Aef262a
Octal10310522467650523574652
Binary1000011100010110010100110111110101010101011101111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434594; }

 p { color: rgb(67,69,148); }

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

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

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

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

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

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

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