#42367C

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

Shades of Dark Slate Blue #42367C

Tints of Dark Slate Blue #42367C

Color information

#42367C (or 0x42367C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 7C. RGB value is (66,54,124). Sum of RGB (Red+Green+Blue) = 66+54+124=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #42367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367C is #BDC983. Grayscale: #414141. Windows color (decimal): -12437892 or 8140354. OLE color: 8140354.

HSL color Cylindrical-coordinate representation of color #42367C: hue angle of 250.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42367C is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6654124-
CMYK0.470.5600.51
HSL250.29º39.33%34.9%-
HSV(B)250.29º56.45%48.63%-
XYZ7.25.2519.7-
YUV65.57160.98128.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=27.05%
G=22.13%
B=50.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66541240.470.5600.51250.2939.3334.9
Hex42367C2F38033fa2723
Octal1026617457700633724743
Binary10000101101101111100101111111000011001111111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,54,124); }

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

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

 a { background-color: rgb(66,54,124); }

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

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

 span { border-color: rgb(66,54,124); }

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