#434192

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

Shades of Dark Slate Blue #434192

Tints of Dark Slate Blue #434192

Color information

#434192 (or 0x434192) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and 92. RGB value is (67,65,146). Sum of RGB (Red+Green+Blue) = 67+65+146=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #434192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434192 is #BCBE6D. Grayscale: #4A4A4A. Windows color (decimal): -12369518 or 9584963. OLE color: 9584963.

HSL color Cylindrical-coordinate representation of color #434192: hue angle of 241.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434192 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6765146-
CMYK0.540.5500.43
HSL241.48º38.39%41.37%-
HSV(B)241.48º55.48%57.25%-
XYZ9.397.0528.06-
YUV74.83168.16122.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=24.10%
G=23.38%
B=52.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67651460.540.5500.43241.4838.3941.37
Hex434192363702Bf12629
Octal10310122266670533614651
Binary1000011100000110010010110110110111010101111110001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434192; }

 p { color: rgb(67,65,146); }

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

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

 a { background-color: rgb(67,65,146); }

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

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

 span { border-color: rgb(67,65,146); }

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