#42388D

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

Shades of Dark Slate Blue #42388D

Tints of Dark Slate Blue #42388D

Color information

#42388D (or 0x42388D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 8D. RGB value is (66,56,141). Sum of RGB (Red+Green+Blue) = 66+56+141=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #42388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42388D is #BDC772. Grayscale: #444444. Windows color (decimal): -12437363 or 9254978. OLE color: 9254978.

HSL color Cylindrical-coordinate representation of color #42388D: hue angle of 247.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42388D is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6656141-
CMYK0.530.6000.45
HSL247.06º43.15%38.63%-
HSV(B)247.06º60.28%55.29%-
XYZ8.475.9125.89-
YUV68.68168.81126.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=25.10%
G=21.29%
B=53.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66561410.530.6000.45247.0643.1538.63
Hex42388D353C02Df72b27
Octal1027021565740553675347
Binary100001011100010001101110101111100010110111110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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