#42377B

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

Shades of Dark Slate Blue #42377B

Tints of Dark Slate Blue #42377B

Color information

#42377B (or 0x42377B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 37 and 7B. RGB value is (66,55,123). Sum of RGB (Red+Green+Blue) = 66+55+123=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #42377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377B is #BDC884. Grayscale: #414141. Windows color (decimal): -12437637 or 8075074. OLE color: 8075074.

HSL color Cylindrical-coordinate representation of color #42377B: hue angle of 249.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42377B is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6655123-
CMYK0.460.5500.52
HSL249.71º38.2%34.9%-
HSV(B)249.71º55.28%48.24%-
XYZ7.195.3219.39-
YUV66.04160.14127.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=27.05%
G=22.54%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66551230.460.5500.52249.7138.234.9
Hex42377B2E37034fa2623
Octal1026717356670643724643
Binary10000101101111111011101110110111011010011111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42377B; }

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

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

<style>
 a { background-color: #42377B; }

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

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

<style>
 span { border-color: #42377B; }

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

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