#42378D

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

Shades of Dark Slate Blue #42378D

Tints of Dark Slate Blue #42378D

Color information

#42378D (or 0x42378D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 37 and 8D. RGB value is (66,55,141). Sum of RGB (Red+Green+Blue) = 66+55+141=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #42378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42378D is #BDC872. Grayscale: #434343. Windows color (decimal): -12437619 or 9254722. OLE color: 9254722.

HSL color Cylindrical-coordinate representation of color #42378D: hue angle of 247.67º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42378D is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6655141-
CMYK0.530.6100.45
HSL247.67º43.88%38.43%-
HSV(B)247.67º60.99%55.29%-
XYZ8.425.8125.88-
YUV68.09169.14126.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=25.19%
G=20.99%
B=53.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66551410.530.6100.45247.6743.8838.43
Hex42378D353D02Df82c26
Octal1026721565750553705446
Binary100001011011110001101110101111101010110111111000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,55,141); }

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

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

 a { background-color: rgb(66,55,141); }

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

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

 span { border-color: rgb(66,55,141); }

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