#40348D

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

Shades of Dark Slate Blue #40348D

Tints of Dark Slate Blue #40348D

Color information

#40348D (or 0x40348D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 8D. RGB value is (64,52,141). Sum of RGB (Red+Green+Blue) = 64+52+141=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #40348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40348D is #BFCB72. Grayscale: #414141. Windows color (decimal): -12569459 or 9253952. OLE color: 9253952.

HSL color Cylindrical-coordinate representation of color #40348D: hue angle of 248.09º 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 #40348D is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6452141-
CMYK0.550.6300.45
HSL248.09º46.11%37.84%-
HSV(B)248.09º63.12%55.29%-
XYZ8.155.4725.83-
YUV65.73170.48126.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=24.90%
G=20.23%
B=54.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64521410.550.6300.45248.0946.1137.84
Hex40348D373F02Df82e26
Octal1006421567770553705646
Binary100000011010010001101110111111111010110111111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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