#434390

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

Shades of Dark Slate Blue #434390

Tints of Dark Slate Blue #434390

Color information

#434390 (or 0x434390) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 43 and 90. RGB value is (67,67,144). Sum of RGB (Red+Green+Blue) = 67+67+144=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #434390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434390 is #BCBC6F. Grayscale: #4B4B4B. Windows color (decimal): -12369008 or 9454403. OLE color: 9454403.

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

Color convert

RGB6767144-
CMYK0.530.5300.44
HSL240º36.49%41.37%-
HSV(B)240º53.47%56.47%-
XYZ9.367.2227.29-
YUV75.78166.5121.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=24.10%
G=24.10%
B=51.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67671440.530.5300.4424036.4941.37
Hex434390353502Cf02429
Octal10310322065650543604451
Binary1000011100001110010000110101110101010110011110000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434390; }

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

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

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

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

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

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

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

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