#3D369A

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

Shades of Dark Slate Blue #3D369A

Tints of Dark Slate Blue #3D369A

Color information

#3D369A (or 0x3D369A) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 36 and 9A. RGB value is (61,54,154). Sum of RGB (Red+Green+Blue) = 61+54+154=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D369A is #C2C965. Grayscale: #434343. Windows color (decimal): -12765542 or 10106429. OLE color: 10106429.

HSL color Cylindrical-coordinate representation of color #3D369A: hue angle of 244.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D369A is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6154154-
CMYK0.600.6500.40
HSL244.2º48.08%40.78%-
HSV(B)244.2º64.94%60.39%-
XYZ9.085.9631.24-
YUV67.49176.82123.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=22.68%
G=20.07%
B=57.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61541540.600.6500.40244.248.0840.78
Hex3D369A3C41028f43029
Octal7566232741010503646051
Binary111101110110100110101111001000001010100011110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,154); }

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

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

 a { background-color: rgb(61,54,154); }

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

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

 span { border-color: rgb(61,54,154); }

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