#42438C

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

Shades of Dark Slate Blue #42438C

Tints of Dark Slate Blue #42438C

Color information

#42438C (or 0x42438C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 8C. RGB value is (66,67,140). Sum of RGB (Red+Green+Blue) = 66+67+140=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #42438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438C is #BDBC73. Grayscale: #4A4A4A. Windows color (decimal): -12434548 or 9192258. OLE color: 9192258.

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

Color convert

RGB6667140-
CMYK0.530.5200.45
HSL239.19º35.92%40.39%-
HSV(B)239.19º52.86%54.9%-
XYZ8.997.0725.7-
YUV75.02164.67121.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=24.18%
G=24.54%
B=51.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66671400.530.5200.45239.1935.9240.39
Hex42438C353402Def2428
Octal10210321465640553574450
Binary1000010100001110001100110101110100010110111101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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