#434693

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

Shades of Dark Slate Blue #434693

Tints of Dark Slate Blue #434693

Color information

#434693 (or 0x434693) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 46 and 93. RGB value is (67,70,147). Sum of RGB (Red+Green+Blue) = 67+70+147=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #434693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434693 is #BCB96C. Grayscale: #4D4D4D. Windows color (decimal): -12368237 or 9651779. OLE color: 9651779.

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

Color convert

RGB6770147-
CMYK0.540.5200.42
HSL237.75º37.38%41.96%-
HSV(B)237.75º54.42%57.65%-
XYZ9.777.6828.57-
YUV77.88167.01120.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=23.59%
G=24.65%
B=51.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67701470.540.5200.42237.7537.3841.96
Hex434693363402Aee252a
Octal10310622366640523564552
Binary1000011100011010010011110110110100010101011101110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434693; }

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

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

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

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

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

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

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

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