#434090

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

Shades of Dark Slate Blue #434090

Tints of Dark Slate Blue #434090

Color information

#434090 (or 0x434090) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 40 and 90. RGB value is (67,64,144). Sum of RGB (Red+Green+Blue) = 67+64+144=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #434090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434090 is #BCBF6F. Grayscale: #494949. Windows color (decimal): -12369776 or 9453635. OLE color: 9453635.

HSL color Cylindrical-coordinate representation of color #434090: hue angle of 242.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434090 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6764144-
CMYK0.530.5600.44
HSL242.25º38.46%40.78%-
HSV(B)242.25º55.56%56.47%-
XYZ9.186.8727.23-
YUV74.02167.49123-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.36%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=24.36%
G=23.27%
B=52.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67641440.530.5600.44242.2538.4640.78
Hex434090353802Cf22629
Octal10310022065700543624651
Binary1000011100000010010000110101111000010110011110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434090; }

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

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

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

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

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

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

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

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