Html Css Color HEX #40368A Dark Slate Blue

📋 copy color: '#40368A'

red 64 ◦ green 54 ◦ blue 138

#40368A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #40368A

Tints of Dark Slate Blue #40368A

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.3% from 255) = 53.91%

R = 25%
G = 21.09%
B = 53.91%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40368A (or 0x40368A) is known color: 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

RGB 64 54 138 -
CMYK 0.54 0.61 0 0.46
HSL 247.14º 0.44% 0.38% -
HSV(B) 247.14º 0.61% 0.54% -
XYZ 8.02 5.56 24.7 -
YUV 66.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 64 54 138 0.54 0.61 0 0.46 247.14 0.44 0.38
Hex 40 36 8A 36 3D 0 2E F7 2C 26
Octal 100 66 212 66 75 0 56 367 54 46
Binary 1000000 110110 10001010 110110 111101 0 101110 11110111 101100 100110

Color Harmonies of #40368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40368A

Black with #40368A

Text Example


Text Example

White with #40368A

Text Example


Text Example

HTML Codes & Css Web 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>