#40368A

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

Shades of Dark Slate Blue #40368A

Tints of Dark Slate Blue #40368A

Color information

#40368A (or 0x40368A) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 8A. RGB value is (64,54,138). Sum of RGB (Red+Green+Blue) = 64+54+138=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #40368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40368A is #BFC975. Grayscale: #424242. Windows color (decimal): -12568950 or 9057856. OLE color: 9057856.

HSL color Cylindrical-coordinate representation of color #40368A: hue angle of 247.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40368A is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6454138-
CMYK0.540.6100.46
HSL247.14º43.75%37.65%-
HSV(B)247.14º60.87%54.12%-
XYZ8.025.5624.7-
YUV66.57168.31126.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=25%
G=21.09%
B=53.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64541380.540.6100.46247.1443.7537.65
Hex40368A363D02Ef72c26
Octal1006621266750563675446
Binary100000011011010001010110110111101010111011110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40368A; }

 p { color: rgb(64,54,138); }

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

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

 a { background-color: rgb(64,54,138); }

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

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

 span { border-color: rgb(64,54,138); }

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