#434086

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

Shades of Dark Slate Blue #434086

Tints of Dark Slate Blue #434086

Color information

#434086 (or 0x434086) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 40 and 86. RGB value is (67,64,134). Sum of RGB (Red+Green+Blue) = 67+64+134=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #434086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434086 is #BCBF79. Grayscale: #484848. Windows color (decimal): -12369786 or 8798275. OLE color: 8798275.

HSL color Cylindrical-coordinate representation of color #434086: hue angle of 242.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434086 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6764134-
CMYK0.50.5200.47
HSL242.57º35.35%38.82%-
HSV(B)242.57º52.24%52.55%-
XYZ8.456.5823.38-
YUV72.88162.49123.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=25.28%
G=24.15%
B=50.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67641340.50.5200.47242.5735.3538.82
Hex434086323402Ff32327
Octal10310020662640573634347
Binary1000011100000010000110110010110100010111111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434086; }

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

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

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

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

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

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

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

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