#434295

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

Shades of Dark Slate Blue #434295

Tints of Dark Slate Blue #434295

Color information

#434295 (or 0x434295) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 42 and 95. RGB value is (67,66,149). Sum of RGB (Red+Green+Blue) = 67+66+149=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #434295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434295 is #BCBD6A. Grayscale: #4B4B4B. Windows color (decimal): -12369259 or 9781827. OLE color: 9781827.

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

Color convert

RGB6766149-
CMYK0.550.5600.42
HSL240.72º38.6%42.16%-
HSV(B)240.72º55.7%58.43%-
XYZ9.697.2629.32-
YUV75.76169.33121.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=23.76%
G=23.40%
B=52.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67661490.550.5600.42240.7238.642.16
Hex434295373802Af1272a
Octal10310222567700523614752
Binary1000011100001010010101110111111000010101011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434295; }

 p { color: rgb(67,66,149); }

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

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

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

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

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

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

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