#40348B

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

Shades of Dark Slate Blue #40348B

Tints of Dark Slate Blue #40348B

Color information

#40348B (or 0x40348B) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 8B. RGB value is (64,52,139). Sum of RGB (Red+Green+Blue) = 64+52+139=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #40348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40348B is #BFCB74. Grayscale: #414141. Windows color (decimal): -12569461 or 9122880. OLE color: 9122880.

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

Color convert

RGB6452139-
CMYK0.540.6300.45
HSL248.28º45.55%37.45%-
HSV(B)248.28º62.59%54.51%-
XYZ85.4125.05-
YUV65.51169.48126.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=25.10%
G=20.39%
B=54.51%

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
Decimal64521390.540.6300.45248.2845.5537.45
Hex40348B363F02Df82e25
Octal1006421366770553705645
Binary100000011010010001011110110111111010110111111000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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