#3B369F

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

Shades of Dark Slate Blue #3B369F

Tints of Dark Slate Blue #3B369F

Color information

#3B369F (or 0x3B369F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 36 and 9F. RGB value is (59,54,159). Sum of RGB (Red+Green+Blue) = 59+54+159=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B369F is #C4C960. Grayscale: #434343. Windows color (decimal): -12896609 or 10434107. OLE color: 10434107.

HSL color Cylindrical-coordinate representation of color #3B369F: hue angle of 242.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B369F is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5954159-
CMYK0.630.6600.38
HSL242.86º49.3%41.76%-
HSV(B)242.86º66.04%62.35%-
XYZ9.386.0733.48-
YUV67.46179.66121.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=21.69%
G=19.85%
B=58.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59541590.630.6600.38242.8649.341.76
Hex3B369F3F42026f3312a
Octal7366237771020463636152
Binary111011110110100111111111111000010010011011110011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,159); }

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

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

 a { background-color: rgb(59,54,159); }

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

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

 span { border-color: rgb(59,54,159); }

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