#3b388c

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

Shades of Dark Slate Blue #3B388C

Tints of Dark Slate Blue #3B388C

Color information

#3B388C (or 0x3B388C) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 38 and 8C. RGB value is (59,56,140). Sum of RGB (Red+Green+Blue) = 59+56+140=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B388C is #C4C773. Grayscale: #424242. Windows color (decimal): -12896116 or 9189435. OLE color: 9189435.

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

Color convert

RGB5956140-
CMYK0.580.600.45
HSL242.14º42.86%38.43%-
HSV(B)242.14º60%54.9%-
XYZ7.955.6525.48-
YUV66.47169.49122.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=23.14%
G=21.96%
B=54.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59561400.580.600.45242.1442.8638.43
Hex3B388C3A3C02Df22b26
Octal737021472740553625346
Binary11101111100010001100111010111100010110111110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b388c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,140); }

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

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

 a { background-color: rgb(59,56,140); }

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

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

 span { border-color: rgb(59,56,140); }

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