#42368A

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

Shades of Dark Slate Blue #42368A

Tints of Dark Slate Blue #42368A

Color information

#42368A (or 0x42368A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 8A. RGB value is (66,54,138). Sum of RGB (Red+Green+Blue) = 66+54+138=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #42368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42368A is #BDC975. Grayscale: #424242. Windows color (decimal): -12437878 or 9057858. OLE color: 9057858.

HSL color Cylindrical-coordinate representation of color #42368A: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42368A is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6654138-
CMYK0.520.6100.46
HSL248.57º43.75%37.65%-
HSV(B)248.57º60.87%54.12%-
XYZ8.155.6324.7-
YUV67.16167.98127.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=25.58%
G=20.93%
B=53.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66541380.520.6100.46248.5743.7537.65
Hex42368A343D02Ef92c26
Octal1026621264750563715446
Binary100001011011010001010110100111101010111011111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42368A; }

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

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

<style>
 a { background-color: #42368A; }

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

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

<style>
 span { border-color: #42368A; }

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

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