#434690

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

Shades of Dark Slate Blue #434690

Tints of Dark Slate Blue #434690

Color information

#434690 (or 0x434690) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 46 and 90. RGB value is (67,70,144). Sum of RGB (Red+Green+Blue) = 67+70+144=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #434690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434690 is #BCB96F. Grayscale: #4D4D4D. Windows color (decimal): -12368240 or 9455171. OLE color: 9455171.

HSL color Cylindrical-coordinate representation of color #434690: hue angle of 237.66º 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 #434690 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6770144-
CMYK0.530.5100.44
HSL237.66º36.49%41.37%-
HSV(B)237.66º53.47%56.47%-
XYZ9.547.5927.35-
YUV77.54165.51120.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.84%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=23.84%
G=24.91%
B=51.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67701440.530.5100.44237.6636.4941.37
Hex434690353302Cee2429
Octal10310622065630543564451
Binary1000011100011010010000110101110011010110011101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434690; }

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

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

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

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

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

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

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

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