#434091

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

Shades of Dark Slate Blue #434091

Tints of Dark Slate Blue #434091

Color information

#434091 (or 0x434091) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 40 and 91. RGB value is (67,64,145). Sum of RGB (Red+Green+Blue) = 67+64+145=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #434091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434091 is #BCBF6E. Grayscale: #494949. Windows color (decimal): -12369775 or 9519171. OLE color: 9519171.

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

Color convert

RGB6764145-
CMYK0.540.5600.43
HSL242.22º38.76%40.98%-
HSV(B)242.22º55.86%56.86%-
XYZ9.266.927.63-
YUV74.13167.99122.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=24.28%
G=23.19%
B=52.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67641450.540.5600.43242.2238.7640.98
Hex434091363802Bf22729
Octal10310022166700533624751
Binary1000011100000010010001110110111000010101111110010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434091; }

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

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

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

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

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

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

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

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