#42388C

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

Shades of Dark Slate Blue #42388C

Tints of Dark Slate Blue #42388C

Color information

#42388C (or 0x42388C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 8C. RGB value is (66,56,140). Sum of RGB (Red+Green+Blue) = 66+56+140=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #42388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42388C is #BDC773. Grayscale: #444444. Windows color (decimal): -12437364 or 9189442. OLE color: 9189442.

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

Color convert

RGB6656140-
CMYK0.530.600.45
HSL247.14º42.86%38.43%-
HSV(B)247.14º60%54.9%-
XYZ8.395.8825.5-
YUV68.57168.31126.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=25.19%
G=21.37%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66561400.530.600.45247.1442.8638.43
Hex42388C353C02Df72b26
Octal1027021465740553675346
Binary100001011100010001100110101111100010110111110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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