#434093

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

Shades of Dark Slate Blue #434093

Tints of Dark Slate Blue #434093

Color information

#434093 (or 0x434093) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 40 and 93. RGB value is (67,64,147). Sum of RGB (Red+Green+Blue) = 67+64+147=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #434093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434093 is #BCBF6C. Grayscale: #4A4A4A. Windows color (decimal): -12369773 or 9650243. OLE color: 9650243.

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

Color convert

RGB6764147-
CMYK0.540.5600.42
HSL242.17º39.34%41.37%-
HSV(B)242.17º56.46%57.65%-
XYZ9.416.9728.45-
YUV74.36168.99122.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=24.10%
G=23.02%
B=52.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67641470.540.5600.42242.1739.3441.37
Hex434093363802Af22729
Octal10310022366700523624751
Binary1000011100000010010011110110111000010101011110010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434093; }

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

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

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

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

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

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

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

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