#3f378a

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

Shades of Dark Slate Blue #3F378A

Tints of Dark Slate Blue #3F378A

Color information

#3F378A (or 0x3F378A) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 37 and 8A. RGB value is (63,55,138). Sum of RGB (Red+Green+Blue) = 63+55+138=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F378A is #C0C875. Grayscale: #424242. Windows color (decimal): -12634230 or 9058111. OLE color: 9058111.

HSL color Cylindrical-coordinate representation of color #3F378A: hue angle of 245.78º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F378A is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6355138-
CMYK0.540.6000.46
HSL245.78º43.01%37.84%-
HSV(B)245.78º60.14%54.12%-
XYZ85.6224.71-
YUV66.85168.15125.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=24.61%
G=21.48%
B=53.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63551380.540.6000.46245.7843.0137.84
Hex3F378A363C02Ef62b26
Octal776721266740563665346
Binary11111111011110001010110110111100010111011110110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f378a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f378a; }

 p { color: rgb(63,55,138); }

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

<style>
 a { background-color: #3f378a; }

 a { background-color: rgb(63,55,138); }

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

<style>
 span { border-color: #3f378a; }

 span { border-color: rgb(63,55,138); }

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