#40348C

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

Shades of Dark Slate Blue #40348C

Tints of Dark Slate Blue #40348C

Color information

#40348C (or 0x40348C) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 8C. RGB value is (64,52,140). Sum of RGB (Red+Green+Blue) = 64+52+140=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #40348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40348C is #BFCB73. Grayscale: #414141. Windows color (decimal): -12569460 or 9188416. OLE color: 9188416.

HSL color Cylindrical-coordinate representation of color #40348C: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40348C is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6452140-
CMYK0.540.6300.45
HSL248.18º45.83%37.65%-
HSV(B)248.18º62.86%54.9%-
XYZ8.085.4425.44-
YUV65.62169.98126.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=25%
G=20.31%
B=54.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64521400.540.6300.45248.1845.8337.65
Hex40348C363F02Df82e26
Octal1006421466770553705646
Binary100000011010010001100110110111111010110111111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40348C; }

 p { color: rgb(64,52,140); }

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

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

 a { background-color: rgb(64,52,140); }

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

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

 span { border-color: rgb(64,52,140); }

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